perf(logs): remove console.log
This commit is contained in:
@@ -8,7 +8,7 @@ const getCurrentIP = () => {
|
||||
hostname.startsWith('192.168.') ||
|
||||
hostname.startsWith('10.')
|
||||
) {
|
||||
console.log('Host name: ', hostname);
|
||||
// console.log('Host name: ', hostname);
|
||||
|
||||
return hostname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user