Skip to content

Commit

Permalink
fmk - commenting out GoogleAnalytics between releeases
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Nov 13, 2023
1 parent 8e34917 commit d5da00e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ QString citeText = QString("1) Frank McKenna, Sang-ri Yi, Aakash Bangalore Satis
}

//Setting Google Analytics Tracking Information
/* **********************************************************************
GoogleAnalytics::SetMeasurementId("G-7P3PV7SM6J");
GoogleAnalytics::SetAPISecret("UxuZgMQaS7aoqpQskrcG9w");
GoogleAnalytics::CreateSessionId();
Expand All @@ -251,7 +252,7 @@ QString citeText = QString("1) Frank McKenna, Sang-ri Yi, Aakash Bangalore Satis
view.resize(1024, 750);
view.show();
view.hide();
/* ******************************************************************** */
******************************************************************** */

//
// exe application event-loop
Expand Down

0 comments on commit d5da00e

Please sign in to comment.