[Groonga-commit] groonga/groonga-admin at 76f3daa [master] Remove debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 23 12:58:55 JST 2015


Kouhei Sutou	2015-11-23 12:58:55 +0900 (Mon, 23 Nov 2015)

  New Revision: 76f3daac148f4aa085b20c80295825f952ef79bc
  https://github.com/groonga/groonga-admin/commit/76f3daac148f4aa085b20c80295825f952ef79bc

  Message:
    Remove debug print

  Modified files:
    app/scripts/controllers/table-search-controller.js

  Modified: app/scripts/controllers/table-search-controller.js (+0 -3)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2015-11-23 12:53:03 +0900 (c727346)
+++ app/scripts/controllers/table-search-controller.js    2015-11-23 12:58:55 +0900 (a7a0b02)
@@ -212,9 +212,6 @@ angular.module('groongaAdminApp')
       }
 
       function updateAutoRefresh() {
-        console.log('called');
-        console.log(autoRefreshPromise);
-        console.log($scope.autoRefreshIntervalInSeconds);
         if (autoRefreshPromise) {
           $interval.cancel(autoRefreshPromise);
           autoRefreshPromise = null;
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index