Skip to content

Commit

Permalink
no console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Assis committed Apr 14, 2016
1 parent f07e01d commit 33690f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/js/customAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function customConfirm(options) {
}

this.callback = function (data) {
if (data != undefined) console.log(data)
};

this.render = function (dialog, callback) {
Expand All @@ -159,7 +158,6 @@ function customConfirm(options) {
};

this.ok = function () {
console.log(this.options)
if (typeof this.options.confirm == "function")
if (!this.options.confirm())
return;
Expand Down

0 comments on commit 33690f5

Please sign in to comment.