[Groonga-commit] groonga/gcs [ember] Remove debug print

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Oct 2 00:25:39 JST 2012


Yoji SHIDARA	2012-10-02 00:25:39 +0900 (Tue, 02 Oct 2012)

  New Revision: 2d275223f65629888dd531e1ebd4d49c629255d6
  https://github.com/groonga/gcs/commit/2d275223f65629888dd531e1ebd4d49c629255d6

  Log:
    Remove debug print

  Modified files:
    public/js/gcs/views.js

  Modified: public/js/gcs/views.js (+0 -1)
===================================================================
--- public/js/gcs/views.js    2012-10-01 19:14:42 +0900 (c2b09ce)
+++ public/js/gcs/views.js    2012-10-02 00:25:39 +0900 (3bc085d)
@@ -6,7 +6,6 @@ App.ApplicationView = Ember.View.extend({
     tagName: 'li',
     classNameBindings: 'isActive:active'.w(),
     isActive: function() {
-      console.log("ISAC", this.get('item'), this.get('parentView.selected'));
       return this.get('item') === this.get('parentView.selected');
     }.property('item', 'parentView.selected')
   })
-------------- next part --------------
HTML����������������������������...
Download 



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