Remove debug log from console

This commit is contained in:
Khanh Ngo 2020-04-20 00:20:22 +07:00
parent ef28e332cc
commit 6f8e5cdbca
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -219,7 +219,6 @@ Wireguard Server Settings
$('#btn_show_private_key').click(function () {
var privateElement = document.getElementById("private_key");
var btnElement = document.getElementById("btn_show_private_key");
console.log(privateElement);
if (privateElement.type === 'password') {
privateElement.type = 'text';
btnElement.innerText = 'Hide';