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:
Don Allingham
2007-01-25 05:37:24 +00:00
parent 37b246608a
commit 2bf872a8c3
4 changed files with 5 additions and 6 deletions

View File

@@ -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.")