Skip to content

Commit bfd0b87

Browse files
committed
Remove debug message
1 parent 9b73002 commit bfd0b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Flynsarmy/DbBladeCompiler/Compilers/DbBladeCompiler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public function isExpired($path)
7878

7979
$lastModified = strtotime($path->updated_at);
8080

81-
if ( $lastModified >= $this->files->lastModified($compiled) )
82-
echo $lastModified . ' ('.date('r', $lastModified).') > ' . $this->files->lastModified($compiled) . ' ('.date('r', $this->files->lastModified($compiled)).')<br/>';
81+
// if ( $lastModified >= $this->files->lastModified($compiled) )
82+
// echo $lastModified . ' ('.date('r', $lastModified).') > ' . $this->files->lastModified($compiled) . ' ('.date('r', $this->files->lastModified($compiled)).')<br/>';
8383

8484
return $lastModified >= $this->files->lastModified($compiled);
8585
}

0 commit comments

Comments
 (0)