Skip to content

Commit f460050

Browse files
committed
remove debug print statement
1 parent f8cbc85 commit f460050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_rockblock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ def system_time(self):
406406
resp = self._uart_xfer("-MSSTM")
407407
if resp[-1].strip().decode() == "OK":
408408
temp = resp[1].strip().decode().split(":")[1]
409-
print(temp)
410409
if temp == " no network service":
411410
return None
412411
ticks_since_epoch = int(temp, 16)

0 commit comments

Comments
 (0)