Skip to content

Commit c06bf86

Browse files
author
brentru
committed
remove redundant print statement
1 parent 1835db7 commit c06bf86

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

FONA_SMS_Sensor/code.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
humid = bme280.humidity
5252
pres = bme280.pressure
5353

54-
# sanitize message
54+
# Sanitize message
5555
message = message.lower()
5656
message = message.strip()
5757

@@ -75,9 +75,6 @@
7575
response = "Incorrect message format received. \
7676
Text HELP to this number for a list of commands."
7777

78-
79-
print("Sending response: ", response)
80-
8178
# Send a response back to the sender
8279
print("Sending response...")
8380
if not fona.send_sms(int(sender), response):

0 commit comments

Comments
 (0)