2007-01-24 Don Allingham <don@gramps-project.org>
* src/Editors/_EditSourceRef.py: remove debug statements * src/AddMedia.py: remove debug statements * src/ArgHandler.py: remove debug statements svn: r7980
This commit is contained in:
@@ -141,8 +141,6 @@ class AddMediaObject(ManagedWindow.ManagedWindow):
|
||||
p = os.path.dirname(p)
|
||||
filename = Utils.relative_path(filename,p)
|
||||
|
||||
print os.getcwd(), filename, full_file
|
||||
|
||||
if os.path.exists(filename) == 0:
|
||||
msgstr = _("Cannot import %s")
|
||||
msgstr2 = _("The filename supplied could not be found.")
|
||||
|
Reference in New Issue
Block a user