From 7c3a22d8e7af5e87dcd98dbc952e55374675b8cb Mon Sep 17 00:00:00 2001 From: misol Date: Thu, 28 Jun 2012 06:57:06 +0000 Subject: [PATCH] Remove dev. code from r10802. Sorry. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10803 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/autoinstall.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/autoinstall/autoinstall.lib.php b/modules/autoinstall/autoinstall.lib.php index 950ddb82a..b3611e41a 100644 --- a/modules/autoinstall/autoinstall.lib.php +++ b/modules/autoinstall/autoinstall.lib.php @@ -588,7 +588,6 @@ } if(is_file(FileHandler::getRealPath($this->download_path."/".$org_file))) { - echo FileHandler::getRealPath($this->download_path."/".$org_file); if(!ftp_put($this->connection, $target_dir .'/'. $file, FileHandler::getRealPath($this->download_path."/".$org_file), FTP_BINARY)) { return new Object(-1, "msg_ftp_upload_failed");