SF.net SVN: fclient:[879] trunk/fclient/fclient/impl/DlgDownloadKeyToDisk. py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-09 08:21:48
|
Revision: 879 http://fclient.svn.sourceforge.net/fclient/?rev=879&view=rev Author: jUrner Date: 2008-08-09 08:21:58 +0000 (Sat, 09 Aug 2008) Log Message: ----------- left over print statement Modified Paths: -------------- trunk/fclient/fclient/impl/DlgDownloadKeyToDisk.py Modified: trunk/fclient/fclient/impl/DlgDownloadKeyToDisk.py =================================================================== --- trunk/fclient/fclient/impl/DlgDownloadKeyToDisk.py 2008-08-09 08:21:06 UTC (rev 878) +++ trunk/fclient/fclient/impl/DlgDownloadKeyToDisk.py 2008-08-09 08:21:58 UTC (rev 879) @@ -49,7 +49,6 @@ # setup key editbox ed = self.controlById(self.IdEdKey) - print fcpKey if fcpKey is not None: ed.setText(fcpKey.toString()) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |