diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 14:28:11 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 14:28:11 -0500 |
| commit | c7308a00fabc74f1a3315d676a7c93fff40d7224 (patch) | |
| tree | e8f0b55298597055d444a50a046d3ee92bfbb0df | |
| parent | 8a1154915bef1dbf5c9b106f1037ae3bdf19749b (diff) | |
| download | python-setuptools-git-c7308a00fabc74f1a3315d676a7c93fff40d7224.tar.gz | |
Remove debug code, unintentionally committed.
| -rw-r--r-- | pkg_resources.py | 2 |
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 |
