mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-27 20:45:12 +00:00
remove console logs
This commit is contained in:
parent
ac603e9228
commit
e67b91977d
@ -36,8 +36,6 @@ export class DeviceService {
|
||||
|
||||
// Check if device in the connections
|
||||
if (this.sysConns.connections[device.deviceID] === undefined) {
|
||||
console.log(this.sysConns.connections)
|
||||
console.log("connections undefined", device.deviceID);
|
||||
device.stateType = Device.StateType.Unknown;
|
||||
} else {
|
||||
// Set connected
|
||||
|
Loading…
Reference in New Issue
Block a user