Removed annoying debug message.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 7 May 2012 22:48:53 +0000 (22:48 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 7 May 2012 22:48:53 +0000 (22:48 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1169 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/monitor/monitor.c

index 4f36833..8145f50 100644 (file)
@@ -64,7 +64,6 @@ void monitor_handle_fn(uint8_t const app,
 
        case MONITOR_ECHO:
          //Echo back the same buffer.
-         debugstr("About to monitor echo.");
          txdata(app,verb,len);
          break;