Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Bug 1057303 - Removed console.log debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeads committed Sep 3, 2014
1 parent 33f564a commit aebb7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/js/controllers/filters.js
Expand Up @@ -255,7 +255,7 @@ treeherder.controller('SearchCtrl', [
return thJobFilters.getSearchQuery().searchQueryStr;
},
function(searchQueryStr){
console.log(['watch', searchQueryStr]);

$scope.searchQueryStr = searchQueryStr;

$rootScope.skipNextSearchChangeReload = true;
Expand Down

0 comments on commit aebb7bd

Please sign in to comment.