Skip to content

Commit

Permalink
#3744 one last console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 6, 2017
1 parent 43f2174 commit 9683df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -3514,7 +3514,6 @@ $.fn.dropdown = function(parameters) {
;
passedArguments = passedArguments || queryArguments;
context = element || context;
console.log(query, instance, context);
if(typeof query == 'string' && object !== undefined) {
query = query.split(/[\. ]/);
maxDepth = query.length - 1;
Expand Down

0 comments on commit 9683df5

Please sign in to comment.