Skip to content
Snippets Groups Projects
Commit 23a31151 authored by deuce's avatar deuce
Browse files

Remove debug output thingerator.

parent 004d0309
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,6 @@ function write_template(filename) {
}
function parse_regular_bit(bit, objname, obj) {
if(bit.match(/\)JS:/)) {
write("<PLAINTEXT>1:"+bit);
}
if(objname=="JS")
return(bit);
bit=bit.replace(new RegExp('([%^@])\\1'+objname+':([^^%@\r\n]*?)\\1\\1',"g"),
......
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