Skip to content

Commit 0efc69e

Browse files
Remove ML_DEBUG_PRINT config flag from pxt.json.
So that user programmes can add it later in their pxt.json file from the MakeCode editor.
1 parent 5235b9b commit 0efc69e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pxt.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"yotta": {
3434
"config": {
3535
"ML_INFERENCE_PERIOD_MS": 250,
36-
"ML_EVENT_LISTENER_DEFAULT_FLAGS": 32,
37-
"ML_DEBUG_PRINT": 0
36+
"ML_EVENT_LISTENER_DEFAULT_FLAGS": 32
3837
}
3938
}
4039
}

0 commit comments

Comments
 (0)