소스 검색

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