Skip to content

Commit

Permalink
Remove debugging information from test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Jan 13, 2020
1 parent 5b560fc commit ac4df07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac4df07

Please sign in to comment.