remove console.log

This commit is contained in:
joshuaboud 2022-06-16 13:06:01 -03:00
parent 9e931f5bfa
commit df64d4ade4
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -62,7 +62,6 @@ export default {
} }
const hostChangeCallback = () => { const hostChangeCallback = () => {
console.log("hostChangeCallback");
hostInput.value = hostInput.value || cockpit.transport.host; hostInput.value = hostInput.value || cockpit.transport.host;
emit('cd', { host: hostInput.value }); emit('cd', { host: hostInput.value });
} }