Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed development console.log
  • Loading branch information
shoustech authored Sep 19, 2023
commit c424106383ed766b1ee7fdcc2e96d1ee790fd15d
1 change: 0 additions & 1 deletion lib/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ function graphics(callback) {
const dsections = giveMeJson(data[2])
const msections = giveMeJson(data[3])
const tsections = giveMeJson(data[4])
console.log('tsections', tsections)
// const ssections = giveMeJson(data[6]) I cannot find a reliable method to correlate this with the displays from the other output
const isections = []
data[5].split('\r\n').forEach((display) => {
Expand Down