From e2e000a371b60491f1aae06d4e01098d07f647b6 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Tue, 28 Feb 2017 14:44:58 +0000 Subject: [PATCH] Remove a debug message. --- .../pgagent/schedules/templates/pga_schedule/js/pga_schedule.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js b/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js index b95be1a45..6fb9808d6 100644 --- a/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js +++ b/web/pgadmin/browser/server_groups/servers/pgagent/schedules/templates/pga_schedule/js/pga_schedule.js @@ -107,7 +107,6 @@ function($, _, S, pgAdmin, moment, pgBrowser, Alertify, Backform) { for (; i < l; i++) { res.push(_.indexOf(d, String(i + 1)) != -1); } - console.log(res); return res; }