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

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Sep 25 19:30:08 JST 2012


Yoji SHIDARA	2012-09-25 19:30:08 +0900 (Tue, 25 Sep 2012)

  New Revision: c41f994fab382d420988024a7b8366f2543dfd94
  https://github.com/groonga/gcs/commit/c41f994fab382d420988024a7b8366f2543dfd94

  Log:
    Remove debug prints

  Modified files:
    public/js/gcs.js

  Modified: public/js/gcs.js (+0 -2)
===================================================================
--- public/js/gcs.js    2012-09-25 19:15:22 +0900 (8824629)
+++ public/js/gcs.js    2012-09-25 19:30:08 +0900 (2e51d4f)
@@ -25,7 +25,6 @@ App.Domains = Ember.Object.extend({
     return 'http://' + this.get('host') + '/';
   }.property('host'),
   fetch: function() {
-    console.log(this.get('configurationEndpoint'));
     var self = this;
     $.ajax({
       type: 'GET',
@@ -190,7 +189,6 @@ App.SearchController = Ember.ArrayController.extend({
     return this.get('start') + this.get('perPage') < this.get('numHits');
   }.property('start', 'perPage', 'numHits'),
   nextPage: function() {
-    console.log("nextPage");
     var newStart = this.get('start') + this.get('perPage');
     if (newStart < this.get('numHits')) {
       this.set('start', newStart);
-------------- next part --------------
HTML����������������������������...
Descargar 



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