Browse Source

Merge pull request #547 from aavanian/liquid_tags_forward

Liquid Tags plugin: remove debug code from #543
Justin Mayer 8 years ago
parent
commit
1b4c9b2090
1 changed files with 0 additions and 2 deletions
  1. 0 2
      liquid_tags/notebook.py

+ 0 - 2
liquid_tags/notebook.py

@@ -75,7 +75,6 @@ from pygments.formatters import HtmlFormatter
 try:
     from nbconvert.exporters import HTMLExporter
 except ImportError:
-        print("I was here 3")
         from IPython.nbconvert.exporters import HTMLExporter
 
 try:
@@ -87,7 +86,6 @@ try:
     from nbconvert.preprocessors import Preprocessor
 except ImportError:
     try:
-        print("I was here 4")
         from IPython.nbconvert.preprocessors import Preprocessor
     except ImportError:
         # IPython < 2.0