mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
remove console.log
This commit is contained in:
parent
9e931f5bfa
commit
df64d4ade4
@ -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 });
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user