removed dbgprints
This commit is contained in:
@@ -305,8 +305,6 @@ if __name__ == "__main__":
|
||||
|
||||
|
||||
c_animalrecognition = int (config.get ('Animal Recognition', 'animalrecognition'))
|
||||
print (c_animalrecognition)
|
||||
print (type(c_animalrecognition))
|
||||
if c_animalrecognition:
|
||||
print ('Animalrecognition configured')
|
||||
c_rfidip = config.get ('Animal Recognition', 'rfidip')
|
||||
|
||||
Reference in New Issue
Block a user