remove some unnecessary pass statements

This commit is contained in:
Bastian Schroll 2016-10-03 16:45:12 +02:00
parent 6b520881b6
commit 7bf7f3c47b
6 changed files with 0 additions and 13 deletions

View file

@ -145,7 +145,6 @@ def onLoad():
except:
# skip entry in case of an exception
logging.debug("error in shifting...", exc_info=True)
pass
# if row['typ'] in supportedTypes
# for row in reader:
logging.debug("-- loading csv finished")