浏览代码

Merge pull request #547 from aavanian/liquid_tags_forward

Liquid Tags plugin: remove debug code from #543
Justin Mayer 8 年之前
父节点
当前提交
1b4c9b2090
共有 1 个文件被更改,包括 0 次插入2 次删除
  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