From 5d8ab2f97ebdb830589dae5ae45ef575765965c9 Mon Sep 17 00:00:00 2001 From: Kanti Date: Wed, 17 Dec 2014 08:55:55 +0100 Subject: [PATCH] [BUGFIX] remove debug output --- system/upgrade/run.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/upgrade/run.php b/system/upgrade/run.php index b71805b5..cc9d0efb 100644 --- a/system/upgrade/run.php +++ b/system/upgrade/run.php @@ -25,14 +25,10 @@ function rrmdir($dir) { //run upgrade specific stuff if(isGraterThan("2.3")) {// 2.4, 2.5, ... - echo "yes"; if(file_exists("vendor/")){ rrmdir("vendor/"); } } -else{ - echo "no"; -} if(isGraterThan("2.3")) { file_put_contents("index.php",file_get_contents("system/upgrade/index.php"));