diff --git a/eltiempo/servidor/api-weather-fechas.php b/eltiempo/servidor/api-weather-fechas.php index 6a205b1..1e60bd1 100644 --- a/eltiempo/servidor/api-weather-fechas.php +++ b/eltiempo/servidor/api-weather-fechas.php @@ -114,8 +114,6 @@ $sql .= " ORDER BY DATE(fecha); "; -console_log("SQL: $sql"); -console_log("Params: " . implode(", ", $params)); // ============================ // 6. PREPARAR Y EJECUTAR // ============================