Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 7, 2024
1 parent 61d7f3e commit 453565b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EditorUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ struct $modify(EditorUI) {
}

TodoReturn transformObjectCall(EditCommand p0) {
log::info("{}", static_cast<int>(p0));
return EditorUI::transformObjectCall(p0);
}

TodoReturn moveObjectCall(EditCommand p0) {
log::info("{}", static_cast<int>(p0));
return EditorUI::moveObjectCall(p0);
}

Expand Down

0 comments on commit 453565b

Please sign in to comment.