Remove debug code.

pull/3/head
Dave Page 2017-03-31 20:27:41 -04:00
parent 6a861f7a91
commit 4ba9269a88
1 changed files with 0 additions and 3 deletions

View File

@ -938,7 +938,6 @@ function(require, $, _, S, Bootstrap, pgAdmin, Alertify, CodeMirror) {
ctx.t.before(i, {
itemData: _data,
success: function() {
console.log('Add before..');
if (
ctx.o && ctx.o.success && typeof(ctx.o.success) == 'function'
) {
@ -1306,7 +1305,6 @@ function(require, $, _, S, Bootstrap, pgAdmin, Alertify, CodeMirror) {
ctx.t.before(i, {
itemData: _new,
success: function() {
console.log('Add before..');
if (
ctx.o && ctx.o.success && typeof(ctx.o.success) == 'function'
) {
@ -1326,7 +1324,6 @@ function(require, $, _, S, Bootstrap, pgAdmin, Alertify, CodeMirror) {
ctx.t.append(ctx.i, {
itemData: _new,
success: function() {
console.log('Appended');
if (
ctx.o && ctx.o.success && typeof(ctx.o.success) == 'function'
) {