removed console log

This commit is contained in:
Miodec 2022-11-30 18:35:38 +01:00
parent 588d14a2b3
commit 62fd725287

View file

@ -5,7 +5,6 @@ import * as BannerEvent from "../observables/banner-event";
import * as NotificationEvent from "../observables/notification-event";
function updateMargin(): void {
console.log("updating margin");
const height = $("#bannerCenter").height() as number;
$("#centerContent").css(
"padding-top",