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