Remove old console.log

This commit is contained in:
Matt Pass
2017-09-28 21:23:35 +01:00
committed by GitHub
parent a5432a6854
commit e4570d4530

View File

@@ -106,7 +106,6 @@ if ($_GET['action']=="load") {
// Get local file
} else {
$loadedFile = toUTF8noBOM(getData($file),true);
//echo 'console.log('.$loadedFile.');';
}
$encoding=ini_get("default_charset");
if($encoding=="") {