Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Dec 27, 2017
1 parent 83395d3 commit 24a30fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/private/Template/SCSSCacher.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private function isCached($fileNameCSS, ISimpleFolder $folder) {
}
}
}
return false;
return true;
} catch(NotFoundException $e) {
return false;
}
Expand Down Expand Up @@ -304,7 +304,6 @@ private function rebaseUrls($css, $webDir) {
* @return string
*/
public function getCachedSCSS($appName, $fileName) {
//var_dump([$appName, $fileName]);
$tmpfileLoc = explode('/', $fileName);
$fileName = array_pop($tmpfileLoc);
$fileName = $this->prependBaseurlPrefix(str_replace('.scss', '.css', $fileName));
Expand Down

0 comments on commit 24a30fc

Please sign in to comment.