Skip to content

Commit

Permalink
Removes debugging code from admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Feb 27, 2018
1 parent 8b169c7 commit 7203f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/partials/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
'debug' => 'Debug'
);

//echo '<pre>'; var_dump( $this->options ); echo '</pre>';

// Set active tab
if ( isset( $_GET['tab'] ) && isset( $tabs[$_GET['tab']] ) )
$current = $_GET['tab'];
Expand Down

0 comments on commit 7203f46

Please sign in to comment.