Skip to content

Commit

Permalink
Remv Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simustyt committed Jun 4, 2024
1 parent dbbe656 commit 5b592b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pak128.prototype/scenario/tutorial/scenario.nut
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ function string_analyzer()
}
}
//-------Debug ====================================

/*
local txtb = ""
for(local j=0; j<val_b.len() ;j++){
txtb += (val_b[j] +" :: ")
}
gui.add_message("list B: "+txtb +" -- val_b siz: "+val_b.len())

*/
//-------Debug ====================================
//------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 5b592b8

Please sign in to comment.