Skip to content

Commit aace60a

Browse files
committed
esp8266/modules/ntptime.py: Remove print of newly-set time.
It should be up to the user if they want to print the new time out or not. Fixes issue adafruit#3766.
1 parent a90124a commit aace60a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ports/esp8266/modules/ntptime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ def settime():
3333
tm = utime.localtime(t)
3434
tm = tm[0:3] + (0,) + tm[3:6] + (0,)
3535
machine.RTC().datetime(tm)
36-
print(utime.localtime())

0 commit comments

Comments
 (0)