Remove debug log from console
This commit is contained in:
		
							parent
							
								
									ef28e332cc
								
							
						
					
					
						commit
						6f8e5cdbca
					
				|  | @ -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'; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue