We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b64d commit af1c18aCopy full SHA for af1c18a
fpga.py
@@ -198,7 +198,7 @@ def writeJob(self, job):
198
199
self.ft232r.flush()
200
201
- self.logger.reportDebug("%d: Job data loaded in %.3f seconds" % (self.id, time.time() - start_time))
+ #self.logger.reportDebug("%d: Job data loaded in %.3f seconds" % (self.id, time.time() - start_time))
202
self.logger.reportDebug("%d: Job data loaded" % self.id)
203
204
def getJob(self):
0 commit comments