dabo Commit
Revision 4333
Date: 2008-08-02 14:02:04 -0700 (Sat, 02 Aug 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4333
Changed:
U trunk/dabo/ui/uiwx/dDropTarget.py
Log:
Removed debug output.
Diff:
Modified: trunk/dabo/ui/uiwx/dDropTarget.py
===================================================================
--- trunk/dabo/ui/uiwx/dDropTarget.py 2008-08-02 20:05:17 UTC (rev 4332)
+++ trunk/dabo/ui/uiwx/dDropTarget.py 2008-08-02 21:02:04 UTC (rev 4333)
@@ -19,9 +19,7 @@
def OnData(self, x, y, defResult):
if self.GetData():
format =
self.compositeDataObject.ReceivedFormat.GetType()
- print "Data type = %s, file type = %s" % (format,
wx.DF_FILENAME)
if format == wx.DF_FILENAME:
- print "dropping files to file handle: %s" %
self._fileHandle
if self._fileHandle:
self._fileHandle.processDroppedFiles(self.fileData.Filenames)
elif format == wx.DF_TEXT or wx.DF_HTML:
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]