Skip to content

Commit a01516f

Browse files
local debug
1 parent 2f7d7e7 commit a01516f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function visualizer_launch() {
9292
define( 'VISUALIZER_MAIN_DOC', 'https://docs.themeisle.com/category/657-visualizer' );
9393

9494
// to redirect all themeisle_log_event to error log.
95-
define( 'VISUALIZER_LOCAL_DEBUG', true );
95+
define( 'VISUALIZER_LOCAL_DEBUG', false );
9696

9797
// instantiate the plugin
9898
$plugin = Visualizer_Plugin::instance();

0 commit comments

Comments
 (0)