Explorar o código

Merge pull request #547 from aavanian/liquid_tags_forward

Liquid Tags plugin: remove debug code from #543
Justin Mayer %!s(int64=8) %!d(string=hai) anos
pai
achega
1b4c9b2090
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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