We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4626a commit adb68d4Copy full SHA for adb68d4
classes/Visualizer/Module/Chart.php
@@ -59,7 +59,6 @@ public function __construct( Visualizer_Plugin $plugin ) {
59
$this->_addAjaxAction( Visualizer_Plugin::ACTION_CLONE_CHART, 'cloneChart' );
60
$this->_addAjaxAction( Visualizer_Plugin::ACTION_EXPORT_DATA, 'exportData' );
61
62
- error_log( var_export( 'REGISTER ACTION', true ) );
63
$this->_addAjaxAction( Visualizer_Plugin::ACTION_FETCH_DB_DATA, 'getQueryData' );
64
$this->_addAjaxAction( Visualizer_Plugin::ACTION_SAVE_DB_QUERY, 'saveQuery' );
65
0 commit comments