Skip to content

Commit

Permalink
[homepage] - Less verbose log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce committed Oct 15, 2013
1 parent d18d971 commit 42d5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/homepage/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ page('/', citizen.optional, load, function(ctx, next) {
if (/^\/(law|proposal)/.test(url)) return;
classes(document.body).remove('browser-page');
}
log('render homepage for law %s', ctx.law.id);
log('render for %s', ctx.law.id);
});


Expand Down

0 comments on commit 42d5f55

Please sign in to comment.