diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js
index d753d8944d64308ded58786aeaae162825622b39..1f51027fd6666081eee05fd4fdb48bc758ae9d22 100644
--- a/src/pregmod/FCTV/FCTV.js
+++ b/src/pregmod/FCTV/FCTV.js
@@ -77,7 +77,6 @@ globalThis.FCTV = (function() {
 			text: `A notification is shown: `
 		};
 		for (const tag in tags) {
-			console.log(tag);
 			if (tag) {
 				switch (tag) {
 					case "hyperPreg":
@@ -113,7 +112,6 @@ globalThis.FCTV = (function() {
 					default:
 						throw `Tag "${tag}" unknown for ${tags}`;
 				}
-
 			}
 		}
 		return x;