Skip to content

Commit

Permalink
removed syslogger from corr_functions.
Browse files Browse the repository at this point in the history
this was logger for entire system. Did not need it and was giving
errors.
  • Loading branch information
PAPER Observer committed Jun 11, 2012
1 parent fc28be6 commit 8207595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions corr-0.4.2.2010-10-14/src/corr_functions.py
Expand Up @@ -134,7 +134,6 @@ def prog_all(self):
if not self.check_fpga_comms():
raise RuntimeError("Failed to successfully program FPGAs.")
else:
self.syslogger.info("All FPGAs programmed ok.")
time.sleep(1)
#time.sleep(4)

Expand All @@ -151,7 +150,6 @@ def check_fpga_comms(self):
except:
rv=False
self.loggers[fn].error("FPGA comms failed")
if rv==True: self.syslogger.info("All FPGA comms ok.")
return rv

def deprog_all(self):
Expand Down

0 comments on commit 8207595

Please sign in to comment.