Skip to content

Commit 0a4d100

Browse files
committed
fix bug
1 parent 9bf72bb commit 0a4d100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static function C()
152152

153153
}
154154
}else{
155-
echo "Can't find cache!Rebuilding";
155+
if (self::$plugin_config->is_debug) echo "Can't find cache!Rebuilding";
156156
}
157157

158158
} catch (Exception $e) {

0 commit comments

Comments
 (0)