Skip to content

Commit

Permalink
removes commended out code lines
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorgrab authored Feb 25, 2019
1 parent 86e5038 commit 965c65b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pymodmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def writeLoggerDataFile(self):
print('Log file error. File cannot be accessed, please check.')
return


## check if the file is empty, if so write the header information to the file
if os.stat(thislogfile).st_size==0:
with open(thislogfile,'ab') as logfile:
Expand Down Expand Up @@ -975,9 +974,3 @@ def closeWindow(self):
inout.stopCommunication()
print 'single run'
exit()

## since we start a timer thread for periodic pulling of data we need no "while True:" loop
# for staying in the application
#from time import sleep
#while True:
# sleep(15)

0 comments on commit 965c65b

Please sign in to comment.