Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 27, 2024
1 parent 36ab635 commit 549bd7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13433,7 +13433,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
//
if ((dbgCode != null) && (yz.uiDb.tablesCreated)) {
if (startOfSql.startsWith("insert") || startOfSql.startsWith("update") || startOfSql.startsWith("delete")) {
debugger
let sourceForCallerOfFunction = yz.uiDb.findSourceLineInCode(dbgCode)
let sourceFileName = null
let lineNumber = null
Expand Down

0 comments on commit 549bd7f

Please sign in to comment.