Skip to content

Commit 4813d2b

Browse files
committed
remove unnecessary logs
1 parent 6993560 commit 4813d2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ bool CustomObjects::init(LevelEditorLayer* editorLayer) {
217217
textLabelOff->setScale(0.4f);
218218
return folder;
219219
}, [] (bool state, auto tab) { // do something when the tab is entered and exited
220-
log::info("rawr-tab state: {}", state);
220+
//log::info("rawr-tab state: {}", state);
221221
}, [] (int rows, int cols, auto tab) { // do something when the tab is reloaded
222-
log::info("rawr tab rows: {}, cols: {}", rows, cols);
222+
//log::info("rawr tab rows: {}, cols: {}", rows, cols);
223223
});
224224
return true;
225225
}

0 commit comments

Comments
 (0)