1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

remove console

This commit is contained in:
Antelle 2016-01-31 12:26:30 +03:00
parent e2e5cac020
commit fa57125e38

View File

@ -13,9 +13,7 @@ var CopyPaste = {
var clipboardSeconds = AppSettingsModel.instance.get('clipboardSeconds');
if (clipboardSeconds > 0) {
setTimeout(function () {
console.log('compare', Launcher.getClipboardText(), text);
if (Launcher.getClipboardText() === text) {
console.log('cleared clipboard');
Launcher.clearClipboardText();
}
}, clipboardSeconds * 1000);