From df45126a1475ea2051a8285d89f3693c0bc61cd3 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 9 Jul 2019 15:54:59 +0200 Subject: Update translations Remove log --- app/Resources/static/themes/_global/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Resources/static/themes/_global') diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index 66ac063b..315fc0ad 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js @@ -113,8 +113,6 @@ $(document).ready(() => { // handle copy to clipboard for developer stuff const clipboard = new ClipboardJS('.btn'); clipboard.on('success', (e) => { - console.info(e.text); - e.clearSelection(); }); }); -- cgit v1.2.3