Remove debug log that got committed.

master
Tom Hacohen 5 years ago
parent 052543261f
commit a9611f4117

@ -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));
}

Loading…
Cancel
Save