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