Skip to content

Commit

Permalink
Remove unsuded debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdown committed Feb 24, 2023
1 parent b4da586 commit 570fcd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion T5Integration/T5Service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ T5Service::~T5Service() {

bool T5Service::start_service(const char* application_id, const char* application_version) {
if(_is_started) return true;
LOG_CHECK_POINT

T5_ClientInfo clientInfo;
clientInfo.applicationId = application_id;
Expand Down
1 change: 0 additions & 1 deletion src/TiltFiveManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ using godot::register_signal;
using godot::ARVRServer;

TiltFiveManager::TiltFiveManager() {
LOG_CHECK_POINT
}

TiltFiveManager::~TiltFiveManager() {
Expand Down

0 comments on commit 570fcd4

Please sign in to comment.