1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Remove unnecessary error log

This commit is contained in:
Brown 2018-11-20 15:53:24 -05:00
parent ca602f8e17
commit 7df0361fb9

View File

@ -87,8 +87,6 @@ class FileScanner implements FileSource
$traverser->traverse($stmts);
$file_storage->deep_scan = $this->will_analyze;
error_log($file_storage->file_path);
}
/**