Skip to content

Commit e366514

Browse files
committed
remove dead code
1 parent dd0f1ab commit e366514

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/Example3_InboundPolling/Example3_InboundPolling.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ void setup()
5757
notecard.begin();
5858
#endif
5959

60-
// This request marks this device as a "development device". For development devices, the service
61-
// accepts inbound HTTP requests in an open, unauthenticated manner for developer convenience.
62-
// No devices should ever be deployed in this mode, for obvious reasons!
63-
J *req = notecard.newRequest("card.io");
64-
JAddStringToObject(req, "mode", "development-on");
65-
notecard.sendRequest(req);
66-
6760
// Configure the productUID, and instruct the Notecard to stay connected to the service
6861
req = notecard.newRequest("hub.set");
6962
JAddStringToObject(req, "product", myProductID);

0 commit comments

Comments
 (0)