mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
remove stray console.log
This commit is contained in:
parent
a9713ca20b
commit
f11f3f4c5b
@ -11,7 +11,6 @@ export default function offsetCalculator(y) {
|
||||
const scrollTop = y || $(window).scrollTop();
|
||||
|
||||
if (!containerOffset || scrollTop < containerOffset.top) {
|
||||
console.log("ADD height");
|
||||
titleHeight = $('#topic-title').height() || 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user