Remove a debug message.
parent
1f935d699e
commit
e2e000a371
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue