Skip to content

Commit 9c07b7b

Browse files
committed
Remove further debugging
1 parent b7e6989 commit 9c07b7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WeatherStationCoreLink/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def reboot():
2222
#Use Resin.io api to reboot
2323
log("Rebooting")
2424
rebooturl = str(os.environ.get('BALENA_SUPERVISOR_ADDRESS')) + '/v1/reboot?apikey=' + str(os.environ.get('BALENA_SUPERVISOR_API_KEY'))
25-
log(rebooturl)
2625
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
2726
time.sleep(60) #Just in case that api call fails as it sometimes does
2827
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')

0 commit comments

Comments
 (0)