summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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