]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/index.js
Update translations
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / index.js
index 66ac063bc97961ad4bac4d9629b62ad41a372979..315fc0ad026865a93f800d431e4a5e59bc7e737b 100644 (file)
@@ -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();
   });
 });