Skip to content

Commit

Permalink
Comment out all those log statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkufluk committed Sep 17, 2012
1 parent d37d419 commit 6e5d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loadbuilder/builder.js
Expand Up @@ -161,7 +161,7 @@ util.extend(Builder.prototype, {
},
toSource: function() {
var source = this.collectedAssets().map(function(a) {
this.log('* ' + a.id);
// this.log('* ' + a.id);
if (this.i18nFn && !a.i18n) {
a.addTranslationMarkers(this.i18nFn);
a.i18n = true;
Expand Down

0 comments on commit 6e5d588

Please sign in to comment.