Eliminacion de un error_log

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-07-24 15:18:14 -04:00
parent b5963b7915
commit a92b7a7579

View File

@@ -1533,7 +1533,6 @@ class Installer extends Controller
curl_setopt($ch, CURLOPT_TIMEOUT, 90); curl_setopt($ch, CURLOPT_TIMEOUT, 90);
$output = curl_exec($ch); $output = curl_exec($ch);
error_log('res=>' . $output);
curl_close($ch); curl_close($ch);
} }
} }