1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Update translations

Remove log
This commit is contained in:
Jeremy Benoist 2019-07-09 15:54:59 +02:00
parent 2f62f3abfe
commit df45126a14
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
17 changed files with 16 additions and 18 deletions

View 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();
});
});