Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
carrbrpoa committed Sep 18, 2017
1 parent ef94389 commit d0d9c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widgets/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@ define([
},

checkClearButtonEnabled: function (layer, search) {
console.log('********************** checkClearButtonEnabled ************************');
var enabled = this.enableClearButton;
if (layer && layer.enableClearButton === false) {
enabled = false;
Expand Down

0 comments on commit d0d9c2d

Please sign in to comment.