Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
preparing new 1.0.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoCecere committed Mar 16, 2017
1 parent c04d19a commit 5fd24b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/_app/_scripts/_App/AppConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ public static class AppConstants
/// Enabled the Advanced Debug Panel.
/// Set to FALSE for production.
/// </summary>
public const bool DebugPanelEnabled = true;
public const bool DebugPanelEnabled = false;

/// <summary>
/// Tracks common events using Unity Analytics.
/// Set to TRUE for production.
/// </summary>
public static bool UseUnityAnalytics = false;
public static bool UseUnityAnalytics = true;

/// <summary>
/// Switches on all Debug.Log calls for performance.
/// Set to FALSE for production.
/// </summary>
public static bool VerboseLogging = true;
public static bool VerboseLogging = false;

/// <summary>
/// Logs all MySQL database inserts.
Expand Down

0 comments on commit 5fd24b8

Please sign in to comment.