Yoji SHIDARA
null+****@clear*****
Mon Oct 1 17:20:31 JST 2012
Yoji SHIDARA 2012-10-01 17:20:31 +0900 (Mon, 01 Oct 2012) New Revision: 022cd0d1f73af7d345a4ffd972135b9126b9aaab https://github.com/groonga/gcs/commit/022cd0d1f73af7d345a4ffd972135b9126b9aaab Log: Remove debug prints Modified files: public/js/gcs.js Modified: public/js/gcs.js (+0 -2) =================================================================== --- public/js/gcs.js 2012-10-01 17:18:22 +0900 (09ac8cd) +++ public/js/gcs.js 2012-10-01 17:20:31 +0900 (069a3a4) @@ -17,7 +17,6 @@ App.Adapter = DS.Adapter.extend({ domainStatusMembers.each(function(index) { var domainElement = $(this); var name = domainElement.find('DomainName').text(); - console.log(domainElement); var searchEndpoint = domainElement.find('SearchService > Endpoint').text(); var docEndpoint = domainElement.find('DocService > Endpoint').text(); @@ -263,7 +262,6 @@ App.Router = Ember.Router.extend({ domains: Ember.Route.extend({ route: 'domains/:domainName', connectOutlets: function(router, context) { - console.log(context); router.get('applicationController').connectOutlet('domain', context); }, serialize: function(router, context) { -------------- next part -------------- HTML����������������������������...Download