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 Jan 28, 2025
1 parent 7d1636a commit d6532d0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13785,26 +13785,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
//
return newDebugThread
},
endDebug: function ( ) {
//----------------------------------------------------------------------------------/
//
// /-------------------------------------/
// / FUNCTION endDebug /
// /-------------------------------------/
//
//----------------------------------------------------------------------------/
// This is not currently used. It is supposed to set all the debug vars
// to null though, like when we stop debugging
//-----------------------------------------------------------/

if ((typeof $DEBUGUI == 'undefined') || (!$DEBUGUI)) {
return
}
yz.debug.fnDebugId = null
yz.debug.nextDebugTick = 1
yz.debug.debugTraceid = null
yz.debug.debugTraceStepsV2 = []
},

internal: {
readSourceFileForDebugging: async function ( fileName ) {
Expand Down

0 comments on commit d6532d0

Please sign in to comment.