diff --git a/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java b/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java index cfdc5fef..270e3566 100644 --- a/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java +++ b/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java @@ -40,7 +40,7 @@ public class PrettyPrintingTest extends TestCase { private static int PRINT_MARGIN = 80; private static int RIGHT_MARGIN = 4; - private static boolean DEBUG = true; + private static boolean DEBUG = false; private Gson gson;