diff options
Diffstat (limited to 'src/client/directives/tooltip.ts')
| -rw-r--r-- | src/client/directives/tooltip.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/directives/tooltip.ts b/src/client/directives/tooltip.ts index cf6f3c8e69..b453216602 100644 --- a/src/client/directives/tooltip.ts +++ b/src/client/directives/tooltip.ts @@ -24,8 +24,6 @@ export default { } }; - console.log(binding.arg); - if (binding.arg === 'dialog') { el.addEventListener('click', (ev) => { ev.preventDefault(); |