Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 30, 2016
1 parent 4569bdc commit 8d8e480
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions adm_config_set.php
Expand Up @@ -124,11 +124,6 @@
error_parameters( $f_config_option, $e->getMessage() );
trigger_error(ERROR_CONFIG_OPT_BAD_SYNTAX, ERROR);
}

}

var_dump($t_value);
break;
}

config_set( $f_config_option, $t_value, $f_user_id, $f_project_id );
Expand Down
1 change: 0 additions & 1 deletion core/classes/ConfigParser.class.php
Expand Up @@ -84,7 +84,6 @@ public function parse( $p_extra_tokens = self::EXTRA_TOKENS_ERROR ) {

# Make sure we have processed all tokens
if( $p_extra_tokens == self::EXTRA_TOKENS_ERROR && !$this->tokens->is_empty() ) {
$this->tokens->debug_output();
throw new Exception( 'Extra tokens found "' . $this->tokens->get_string() .'":' );
}

Expand Down

0 comments on commit 8d8e480

Please sign in to comment.