diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-09 14:43:56 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-09 14:43:56 +0200 |
commit | 17581b946d97e88a168bbf9f388e83300d593c1d (patch) | |
tree | 4ab32460d237ef2125b7c86be23a7369512a69f6 | |
parent | b70c90b195e29f7d907148c3cd377747450c54e1 (diff) |
debugging log
-rw-r--r-- | content_scripts/notify.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts index 1d31c929a..cbcc7e590 100644 --- a/content_scripts/notify.ts +++ b/content_scripts/notify.ts @@ -193,6 +193,7 @@ namespace TalerNotify { }); } + console.log("loading Taler content script"); init(); function registerHandlers() { |