Skip to content

Commit 40250b4

Browse files
committed
Refactor: remove commented logging code
1 parent b7c9fb5 commit 40250b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
import setuptools
1313

1414

15-
# due to https://github.com/jupyterlab/jupyterlab/blob/136d2ec216ebfc429a696e6ee75fee5f8ead73e2/jupyterlab/federated_labextensions.py#L347
16-
# we should not print out anything, otherwise setup.py --name gives noise
17-
# log.set_verbosity(log.DEBUG)
18-
# log.info('setup.py entered')
19-
# log.info('$PATH=%s' % os.environ['PATH'])
20-
2115
LONG_DESCRIPTION = 'A Python/ThreeJS bridge utilizing the Jupyter widget infrastructure.'
2216

2317
HERE = Path(__file__).parent.resolve()

0 commit comments

Comments
 (0)