Skip to content
Snippets Groups Projects
Unverified Commit bfcd81e8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[py] Removed debug statement.

parent 63093881
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,4 @@ if "PEP517_BUILD_BACKEND" in os.environ: ...@@ -10,5 +10,4 @@ if "PEP517_BUILD_BACKEND" in os.environ:
if config_spec is not None: if config_spec is not None:
from .config import * # noqa: F403 from .config import * # noqa: F403
else: else:
print(os.environ)
from .config import * # noqa: F403 from .config import * # noqa: F403
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment