You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/10/18 01:42:29 UTC

[3/3] git commit: remove a damn console msg

remove a damn console msg


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/7e6048be
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/7e6048be
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/7e6048be

Branch: refs/heads/master
Commit: 7e6048bea72f4271168e0dadf5a4ffa92974374c
Parents: 261263c
Author: Raymond Camden <ra...@gmail.com>
Authored: Thu Oct 9 13:54:58 2014 -0500
Committer: Raymond Camden <ra...@gmail.com>
Committed: Thu Oct 9 13:54:58 2014 -0500

----------------------------------------------------------------------
 attachments/js/directives/topbar.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/7e6048be/attachments/js/directives/topbar.js
----------------------------------------------------------------------
diff --git a/attachments/js/directives/topbar.js b/attachments/js/directives/topbar.js
index d64e7b9..13bbaa2 100644
--- a/attachments/js/directives/topbar.js
+++ b/attachments/js/directives/topbar.js
@@ -54,7 +54,6 @@ angular.module('registry.controllers').directive('topbar', ['$http', '$location'
                 }else{
                     //check to see if user pressed enter or hit submit button
                     if ((evt.keyCode === 13) || evt.type === "submit" ){
-						console.log('doing this one...');
                         currentSearch = encodeURIComponent($scope.searchText.toLowerCase());
                         //send to search page
                         $window.location.href = '/#/search?search='+currentSearch;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org