summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 14:28:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 14:28:11 -0500
commit86fa9461a81e15918b601df32df313dde06e6544 (patch)
tree21a20d7f03d9ecc2a06d3d172f0ae74ae113b9bf /pkg_resources.py
parenta4be42dcd53f9bf7478295206c8a485db9641d7a (diff)
downloadpython-setuptools-bitbucket-86fa9461a81e15918b601df32df313dde06e6544.tar.gz
Remove debug code, unintentionally committed.
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index b0acfcdf..2a47c58b 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -2379,8 +2379,6 @@ class Distribution(object):
def insert_on(self, path, loc = None):
"""Insert self.location in path before its nearest parent directory"""
- if 'foo' in path:
- import pdb; pdb.set_trace()
loc = loc or self.location
if not loc:
return