Skip to content

Commit a36da31

Browse files
authored
Remove unwanted var_dump
1 parent 40a8707 commit a36da31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ProcessManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,6 @@ public function checkChangedFiles()
985985
);
986986
} //Only if the time AND contents have changed restart, touch() seems to change the file mtime
987987
if ($this->filesLastMd5[$filePath] !== $actualFileHash = md5_file($filePath)) {
988-
var_dump($this->filesLastMd5[$filePath], $actualFileHash);
989988
//update file hash metadata
990989
$this->filesLastMd5[$filePath] = $actualFileHash;
991990

0 commit comments

Comments
 (0)