Skip to content

Commit

Permalink
Removed unused fn "endDebug( )"
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Dec 3, 2024
1 parent ba8336b commit 85124d3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -14049,16 +14049,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
let latestLogId = yz.uiDb.sqlui1("select MAX(id) as id from ui_table_debug_trace_log")
yz.uiDb.currentDebugStack.steps.push(latestLogId.id)
},
endDebug: function ( ) {
if ((typeof $DEBUGUI == 'undefined') || (!$DEBUGUI)) {
return
}
yz.uiDb.currentDebugStack.currentDebugId = null
yz.uiDb.currentDebugStack.start = null
yz.uiDb.currentDebugStack.debugTick = 1
yz.uiDb.currentDebugStack.debugTraceid = null
yz.uiDb.currentDebugStack.steps = []
},
createAlaSqlTable: async function ( { tableName , fields , sendToDebugSqliteServer } ) {
if (typeof(sendToDebugSqliteServer) !== 'undefined') {
yz.uiDb.sendToServerDebugSqliteLookup[tableName] = sendToDebugSqliteServer
Expand Down

0 comments on commit 85124d3

Please sign in to comment.