##// END OF EJS Templates
remove debug statement
Matthias BUSSONNIER -
Show More
@@ -64,7 +64,6 b' def remove_math_space(text):'
64 64 if math_lines > 1:
65 65 within_math = False
66 66 ptext = ptext+text[math_start_index:index]+"\n"
67 print 'catching up with --',text[math_start_index:index],'--'
68 67
69 68 # Remember the last character so we can easily watch
70 69 # for backslashes
General Comments 0
You need to be logged in to leave comments. Login now