Skip to content

Commit

Permalink
Fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed May 11, 2022
1 parent 628cea9 commit a26428d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ literary = "literary.transpile.exporter:LiteraryExporter"
dev = [
"jupyterlab>=3.4.0",
"pytest>=7.1.2",
"literary>=3.0.0",
"literary>=4.0.0a0",
]

[tool.hatch.build]
Expand All @@ -73,7 +73,7 @@ exclude = ["lib"]


[tool.hatch.build.targets.wheel.hooks.literary]
dependencies = ["literary-build-hatch"]
dependencies = ["literary-build-hatch>=0.2.0a3"]


[build-system]
Expand Down
1 change: 0 additions & 1 deletion src/literary/hook/__init__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
" config = load_cached_config(\n",
" find_literary_config(pathlib.Path(path))\n",
" )\n",
" print(\"Loaded\", path)\n",
" importer = NotebookImporter(config=config)\n",
" return importer.get_loader(fullname, path)\n",
"\n",
Expand Down

0 comments on commit a26428d

Please sign in to comment.