Skip to content

Commit d0cf8f1

Browse files
committed
debug tag for debug function
1 parent c09d283 commit d0cf8f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/ForumsladerApp.mc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import Toybox.Lang;
1313
import Toybox.WatchUi;
1414
import Toybox.System;
1515

16-
//function debug(str as String) as Void {
17-
// System.println(str);
18-
//}
16+
(:debug) function debug(str as String) as Void {
17+
System.println(str);
18+
}
1919

2020
//! This data field app uses the BLE data interface of a forumslader.
2121
//! The field will pair with the first Forumslader it encounters and will

0 commit comments

Comments
 (0)