Remove commented code

This commit is contained in:
Romain Neutron
2013-11-20 16:04:20 +01:00
parent 8663f49228
commit cae61dfe1e
11 changed files with 5 additions and 131 deletions

View File

@@ -247,9 +247,6 @@ class ftpclient
echo $e;
}
$ret = $this->nb_get($localfile, $remotefile, 0);
// if($this->debug)
// echo "On doit avoir a la fin $remotefile de size ".filesize($localfile)."\n<br>";
}
if ($ret != FTP_FINISHED) {
throw new Exception('Erreur lors du transfert de fichier');