diff --git a/test/flutter_test_config.dart b/test/flutter_test_config.dart index c47590d..62b9d2b 100644 --- a/test/flutter_test_config.dart +++ b/test/flutter_test_config.dart @@ -45,11 +45,11 @@ class LocalFileComparatorWithThreshold extends LocalFileComparator { ); if (!result.passed && result.diffPercent <= threshold) { - print( - 'A difference of ${result.diffPercent * 100}% was found, but it is ' - 'acceptable since it is not greater than the threshold of ' - '${threshold * 100}%', - ); + // print( + // 'A difference of ${result.diffPercent * 100}% was found, but it is ' + // 'acceptable since it is not greater than the threshold of ' + // '${threshold * 100}%', + // ); return true; }