Commit c7308a00 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove debug code, unintentionally committed.

parent 8a115491
...@@ -2379,8 +2379,6 @@ class Distribution(object): ...@@ -2379,8 +2379,6 @@ class Distribution(object):
def insert_on(self, path, loc = None): def insert_on(self, path, loc = None):
"""Insert self.location in path before its nearest parent directory""" """Insert self.location in path before its nearest parent directory"""
if 'foo' in path:
import pdb; pdb.set_trace()
loc = loc or self.location loc = loc or self.location
if not loc: if not loc:
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment