Remove a debug message.

pull/3/head
Murtuza Zabuawala 2017-02-28 14:44:58 +00:00 committed by Dave Page
parent 1f935d699e
commit e2e000a371
1 changed files with 0 additions and 1 deletions

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