diff --git a/Habitica/src/com/habitrpg/android/habitica/APIHelper.java b/Habitica/src/com/habitrpg/android/habitica/APIHelper.java index 7239f4eaf..2d69fcdc6 100644 --- a/Habitica/src/com/habitrpg/android/habitica/APIHelper.java +++ b/Habitica/src/com/habitrpg/android/habitica/APIHelper.java @@ -92,7 +92,7 @@ public class APIHelper implements ErrorHandler, Profiler { .setEndpoint(server.toString()) .setErrorHandler(this) .setProfiler(this) - .setLogLevel(RestAdapter.LogLevel.FULL) + .setLogLevel(BuildConfig.DEBUG ? RestAdapter.LogLevel.FULL : RestAdapter.LogLevel.NONE) .setRequestInterceptor(requestInterceptor) .setConverter(new GsonConverter(gson))