summaryrefslogtreecommitdiff
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
commitc7308a00fabc74f1a3315d676a7c93fff40d7224 (patch)
treee8f0b55298597055d444a50a046d3ee92bfbb0df
parent8a1154915bef1dbf5c9b106f1037ae3bdf19749b (diff)
downloadpython-setuptools-git-c7308a00fabc74f1a3315d676a7c93fff40d7224.tar.gz
Remove debug code, unintentionally committed.
-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