Context: Removed parentheses for readability

This commit is contained in:
Paul Beckingham
2015-11-24 07:54:23 -05:00
parent f92219e5cd
commit fc55a5521f

View File

@@ -340,14 +340,14 @@ int Context::run ()
<< " render:" << timer_render.total () << " render:" << timer_render.total ()
<< " hooks:" << timer_hooks.total () << " hooks:" << timer_hooks.total ()
<< " other:" << timer_total.total () - << " other:" << timer_total.total () -
(timer_init.total () + timer_init.total () -
timer_load.total () + timer_load.total () -
timer_gc.total () + timer_gc.total () -
timer_filter.total () + timer_filter.total () -
timer_commit.total () + timer_commit.total () -
timer_sort.total () + timer_sort.total () -
timer_render.total () + timer_render.total () -
timer_hooks.total ()) timer_hooks.total ()
<< " total:" << timer_total.total () << " total:" << timer_total.total ()
<< "\n"; << "\n";
debug (s.str ()); debug (s.str ());