forked from GithubBackups/vichan
Remove unused variable
This commit is contained in:
parent
cd8abc3461
commit
7f95ac8c9c
@ -2373,7 +2373,6 @@ function shell_exec_error($command, $suppress_stdout = false) {
|
|||||||
$return = preg_replace('/TB_SUCCESS$/', '', $return);
|
$return = preg_replace('/TB_SUCCESS$/', '', $return);
|
||||||
|
|
||||||
if( $config['debug'] ) {
|
if( $config['debug'] ) {
|
||||||
$time_which = $start - $which;
|
|
||||||
$time = microtime(true) - $start;
|
$time = microtime(true) - $start;
|
||||||
|
|
||||||
$debug['exec'][] = array(
|
$debug['exec'][] = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user