[Pybrainsim-activity] SF.net SVN: pybrainsim:[14] trunk/src/Stimulus.py
Status: Planning
Brought to you by:
rgoj
From: <rg...@us...> - 2009-07-26 10:28:46
|
Revision: 14 http://pybrainsim.svn.sourceforge.net/pybrainsim/?rev=14&view=rev Author: rgoj Date: 2009-07-26 10:28:36 +0000 (Sun, 26 Jul 2009) Log Message: ----------- * deleted a "print" line in Stimulus.py Modified Paths: -------------- trunk/src/Stimulus.py Modified: trunk/src/Stimulus.py =================================================================== --- trunk/src/Stimulus.py 2009-07-24 13:50:55 UTC (rev 13) +++ trunk/src/Stimulus.py 2009-07-26 10:28:36 UTC (rev 14) @@ -36,7 +36,6 @@ self.connectedGeneratorOutput = input def runGenerator(self): - print("Counter: " + str(self.counter) + " Output: " + str(self.output)) if self.counter == 10: self.output = -self.connectedGeneratorOutput self.counter = 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |