mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove commented out code
Forgot to remove this.
Follow up to: 54e4559aea
This commit is contained in:
parent
54e4559aea
commit
6617015bb5
@ -88,7 +88,6 @@ export default Component.extend({
|
||||
|
||||
// TODO Sam: concerned this can cause a heavy rerender loop
|
||||
if (ENV.environment !== "test") {
|
||||
//this._delayedRerender = later(this, this.rerender, rerenderDelay);
|
||||
this._delayedRerender = later(() => {
|
||||
this.renderTopicTimer();
|
||||
}, rerenderDelay);
|
||||
|
Loading…
Reference in New Issue
Block a user