Skip to content
Snippets Groups Projects
Commit ad7a7474 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove accidental debug print() statement left from previous commit

parent 6f8041a2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -40,7 +40,6 @@ function parse_user_msg(text)
// Parse JSON block
for(i=0; i<text.length; i++) {
print(i + ": " + text[i]);
if(text[i].trimRight().toLowerCase()=="json-begin")
json_begin=i+1;
else if(text[i].trimRight().toLowerCase()=="json-end")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment