# HG changeset patch # User Myk Melez # Date 1226169537 28800 # Node ID 8460f746207e9d9270ef6ac627750c70e1a52f84 # Parent 88287a633755685ae6852ad4a28e8b995384d13a# Parent 2116e44e4c174a6a5493aa62cfa116e48eab9279 remove extraneous log statement diff -r 88287a633755 -r 8460f746207e modules/feed.js diff -r 88287a633755 -r 8460f746207e modules/service.js --- a/modules/service.js Sat Nov 08 10:31:37 2008 -0800 +++ b/modules/service.js Sat Nov 08 10:38:57 2008 -0800 @@ -211,7 +211,6 @@ _accountTypeConstructors: {}, addAccountType: function(constructor) { -this._log.info("add account type for " + constructor.name); if (constructor in this._accountTypeConstructors) this._log.warn("constructor for " + constructor.name + "already exists"); diff -r 88287a633755 -r 8460f746207e modules/twitter.js