Skip to content

Commit b73ddaf

Browse files
committed
Removed debug code
1 parent 5be6d4b commit b73ddaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22
from setuptools import setup, find_packages
3-
import pdb
43

54
PACKAGE = "corenlp"
65
NAME = "stanford-corenlp-python"
@@ -14,8 +13,6 @@
1413
PEXPECT = "pexpect >= 2.4"
1514
WINPEXPECT = "winpexpect >= 1.5"
1615

17-
pdb.set_trace()
18-
1916
if "win" in sys.platform:
2017
INSTALLATION_REQS.append(WINPEXPECT)
2118
else:

0 commit comments

Comments
 (0)