Skip to content

Commit

Permalink
Remove console log #3466 #3491
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Dec 19, 2015
1 parent b2dd449 commit 4468781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/definitions/behaviors/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ $.api = $.fn.api = function(parameters) {
}

// replace variables
console.log(url);
url = module.add.urlData( url );
console.log(url);
// missing url parameters
if( !url && !module.is.mocked()) {
return;
Expand Down

0 comments on commit 4468781

Please sign in to comment.