Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Smart-WiFly-WebServer SignalGenerator WattEye X10Svr
Diff: IniManager.cpp
- Revision:
- 21:a69c8ec96cb1
- Parent:
- 20:392d1ec637eb
- Child:
- 23:18b5f3d7ef14
diff -r 392d1ec637eb -r a69c8ec96cb1 IniManager.cpp
--- a/IniManager.cpp Thu Dec 29 20:14:04 2016 +0000
+++ b/IniManager.cpp Mon Jan 16 02:09:09 2017 +0000
@@ -380,7 +380,6 @@
// replace the old record
if (valBuf != NULL) {
fprintf(fo, "%s=%s\r\n", key, valBuf);
- printf("write: %s=%s\r\n", key, valBuf);
INFO(" write: %s=%s", key, valBuf);
}
}