removed debug messages

This commit is contained in:
Adrian Tiberius 2016-09-18 09:04:31 +03:00
parent 824c0b8855
commit 2dfe6c7f7c
1 changed files with 0 additions and 2 deletions

View File

@ -113,8 +113,6 @@ $(function() {
shareLinkInput.click(function(test) {
shareLinkInput.focus();
console.log(shareLinkInput);
console.log(test);
shareLinkInput[0].setSelectionRange(0, shareLinkInput.val().length);
try {
succeeded = document.execCommand('copy');