Skip to content

Commit 453565b

Browse files
committed
remove logs
1 parent 61d7f3e commit 453565b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/EditorUI.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,10 @@ struct $modify(EditorUI) {
234234
}
235235

236236
TodoReturn transformObjectCall(EditCommand p0) {
237-
log::info("{}", static_cast<int>(p0));
238237
return EditorUI::transformObjectCall(p0);
239238
}
240239

241240
TodoReturn moveObjectCall(EditCommand p0) {
242-
log::info("{}", static_cast<int>(p0));
243241
return EditorUI::moveObjectCall(p0);
244242
}
245243

0 commit comments

Comments
 (0)