Skip to content

Commit 4d0a419

Browse files
committed
Remove debug prints
1 parent c5c1d43 commit 4d0a419

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyter/GitHistoryGeneral.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
" return 'NBCONVERT_PATH' in os.environ\n",
6060
"\n",
6161
"def get_offline_path():\n",
62-
" print(\"os.path.abspath=\" + os.path.abspath(''))\n",
63-
" print(\"os.path.curdir=\" + os.path.curdir)\n",
6462
" return os.environ.get('NBCONVERT_PATH', '')\n",
6563
"\n",
6664
"default_renderer = None\n",

0 commit comments

Comments
 (0)