diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Bridge/examples/BridgeNew/BridgeNew.ino | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/Bridge/examples/BridgeNew/BridgeNew.ino b/libraries/Bridge/examples/BridgeNew/BridgeNew.ino index 0f9f86a..efecda9 100644 --- a/libraries/Bridge/examples/BridgeNew/BridgeNew.ino +++ b/libraries/Bridge/examples/BridgeNew/BridgeNew.ino @@ -47,9 +47,6 @@ void loop() { } void process(YunClient client) { - // discard the first slash '/' character from the URL - client.read(); - // read the command String command = client.readStringUntil('/'); |