sohaib qamar / SWUpdate_RPC

Fork of SWUpdate by David Smart

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sun Jun 15 20:01:58 2014 +0000
Parent:
7:a7efbae7e02e
Child:
9:73067ef14c30
Commit message:
Documentation and rearranging a few files for easier maintenance.

Changed in this revision

SWUpdate.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SWUpdate.cpp	Sun Jun 15 00:46:34 2014 +0000
+++ b/SWUpdate.cpp	Sun Jun 15 20:01:58 2014 +0000
@@ -77,7 +77,6 @@
         int cksum = 0;
         int fsize = 0;
         int parseCount;
-        INFO("  read {%s}", buf);
         parseCount = sscanf(buf, "%d,%d,%d", &latest_ver, &cksum, &fsize);
         if (parseCount == 3) {
             INFO("  web version: %d", latest_ver);