aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/vevent.ts')
-rw-r--r--static/vevent.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/vevent.ts b/static/vevent.ts
index ade5d222..20b668ee 100644
--- a/static/vevent.ts
+++ b/static/vevent.ts
@@ -82,6 +82,7 @@ class VEvent {
}
setProperty(key: string, value: any) {
+ console.log(key, value);
let e = this.properties.get(key);
if (!e) {
key = key.toUpperCase()