From 86fa9461a81e15918b601df32df313dde06e6544 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 9 Feb 2014 14:28:11 -0500 Subject: Remove debug code, unintentionally committed. --- pkg_resources.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg_resources.py') 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 -- cgit v1.2.1