From 62fd725287021268484659da84399d11cb8b2a27 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 30 Nov 2022 18:35:38 +0100 Subject: [PATCH] removed console log --- frontend/src/ts/elements/notifications.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/ts/elements/notifications.ts b/frontend/src/ts/elements/notifications.ts index 3b726800d..f23f0905f 100644 --- a/frontend/src/ts/elements/notifications.ts +++ b/frontend/src/ts/elements/notifications.ts @@ -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",