aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/checkbox/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/checkbox/main.c')
-rw-r--r--demos/modules/gwin/checkbox/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c
index 51f96518..b6cef40b 100644
--- a/demos/modules/gwin/checkbox/main.c
+++ b/demos/modules/gwin/checkbox/main.c
@@ -81,7 +81,7 @@ int main(void) {
case GEVENT_GWIN_CHECKBOX:
if (((GEventGWinCheckbox*)pe)->checkbox == ghCheckbox1) {
// The state of our checkbox has changed
- printf("Checkbox state: %d\r\n", ((GEventGWinCheckbox*)pe)->isChecked);
+ //printf("Checkbox state: %d\r\n", ((GEventGWinCheckbox*)pe)->isChecked);
}
break;