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.
Diff: MbedJSONValue.h
- Revision:
- 3:f2ffae08b963
- Parent:
- 2:e39bfa3e917d
- Child:
- 4:10a99cdf7846
diff -r e39bfa3e917d -r f2ffae08b963 MbedJSONValue.h
--- a/MbedJSONValue.h Thu Sep 22 10:54:29 2011 +0000
+++ b/MbedJSONValue.h Thu Sep 22 10:55:41 2011 +0000
@@ -126,7 +126,6 @@
* @param value the object created will be initialized with this boolean
*/
MbedJSONValue(bool value) : _type(TypeBoolean), index_array(0), index_token(0) {
- printf("bool created\r\n");
_value.asBool = value;
}