remove debugPrint

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-02-06 16:20:05 +00:00
parent 4343e0592e
commit 07f67527c4

View file

@ -60,7 +60,6 @@
if($oFtp->ftp_connect($ftp_info->ftp_host, $ftp_info->ftp_port)){
if($oFtp->ftp_login($ftp_info->ftp_user, $ftp_info->ftp_password)) {
$_list = $oFtp->ftp_rawlist($this->pwd);
debugPrint($_list);
$oFtp->ftp_quit();
}
else