Skip to content

Commit

Permalink
removed unused var "currentSqlDebugId"
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Dec 27, 2024
1 parent 1491da3 commit a71fd5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13400,7 +13400,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
})
},
sqluiDebug: function ( dbgCode , sql , params ) {
yz.debug.currentSqlDebugId = dbgCode
let ret = alasql(sql , params)
if ((typeof $DEBUGUI !== 'undefined') && ($DEBUGUI == "true") && yz.uiDb.tablesCreated) {
let startOfSql = sql.toLowerCase()
Expand Down Expand Up @@ -13715,7 +13714,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
linesOfSourceFile: {}, // the lines of code in go.html and other source files = [line 1, line 2, etc...]
currentDebugId: null, // table "ui_table_debug_trace_log", field "fk_debug_id" = eg: "hjgfsjfgsdhjgfhjfgdjhsfgjfh"
debugTracerId: null, // a UUID which shows which debug trace event we are in ("currentDebugId" is not unique)
currentSqlDebugId: null, // table "ui_table_debug_sql_log", field ""
currentSqlLogId: null,
debugTick: 1,
start: null,
Expand Down

0 comments on commit a71fd5a

Please sign in to comment.