1
0
Fork 0

Remove misplaced comment

pull/161/head
Felix Becker 2016-11-18 13:15:23 +01:00
parent ccd97ce377
commit e65050f037
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ class Project
}
$content = file_get_contents($path);
}
// Don't parse large files
if (isset($this->documents[$uri])) {
$document = $this->documents[$uri];
$document->updateContent($content);