Remove a debug message.

This commit is contained in:
Murtuza Zabuawala 2017-02-28 14:44:58 +00:00 committed by Dave Page
parent 1f935d699e
commit e2e000a371

View File

@ -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;
}