diff --git a/lib/models/room.js b/lib/models/room.js index 1c859300f..af4a05b42 100644 --- a/lib/models/room.js +++ b/lib/models/room.js @@ -27,10 +27,10 @@ var ContentRepo = require("../content-repo"); var EventTimeline = require("./event-timeline"); -// var DEBUG_SCROLL = false; -var DEBUG_SCROLL = true; +// var DEBUG = false; +var DEBUG = true; -if (DEBUG_SCROLL) { +if (DEBUG) { // using bind means that we get to keep useful line numbers in the console var debuglog = console.log.bind(console); } else {