From a9611f4117f01fe48e31921604aaa34025078ff8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 24 Dec 2019 18:54:11 +0200 Subject: [PATCH] Remove debug log that got committed. --- src/pim-types.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pim-types.ts b/src/pim-types.ts index 7a89216..891b7c4 100644 --- a/src/pim-types.ts +++ b/src/pim-types.ts @@ -195,9 +195,6 @@ export class ContactType implements PimType { public comp: ICAL.Component; public static parse(content: string) { - if (content.search(/davdroid/i)) { - console.log(content); - } return new ContactType(parseString(content)); }