Skip to content

Commit

Permalink
fmk - putting ifdef around analytics instead of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 12, 2024
1 parent 871e14a commit a87754a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ int main(int argc, char *argv[])
}

//Setting Google Analytics Tracking Information
/* ****************************************************************
#ifdef _SC_RELEASE
GoogleAnalytics::SetMeasurementId("G-7P3PV7SM6J");
GoogleAnalytics::SetAPISecret("UxuZgMQaS7aoqpQskrcG9w");
GoogleAnalytics::CreateSessionId();
Expand All @@ -255,7 +255,7 @@ int main(int argc, char *argv[])
view.resize(1024, 750);
view.show();
view.hide();
******************************************************************** */
#endif

//
// exe application event-loop
Expand Down

0 comments on commit a87754a

Please sign in to comment.