From ac4df0752fb6b742d27f79d34427649d444bd6be Mon Sep 17 00:00:00 2001 From: Philipp Kewisch Date: Mon, 13 Jan 2020 14:56:04 +0100 Subject: [PATCH] Remove debugging information from test helpers --- test/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helper.js b/test/helper.js index d31b9e0c..4c1c2a69 100644 --- a/test/helper.js +++ b/test/helper.js @@ -169,7 +169,7 @@ // By default, Z/UTC/GMT are already registered if (ICAL.TimezoneService.count > 3) { - throw new Error("Can only register zones once" + ICAL.TimezoneService.count + ICAL.TimezoneService._zones.join("\n")); + throw new Error("Can only register zones once"); } var remaining = allZones.length;