mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-28 04:55:53 +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
|
// Check if device in the connections
|
||||||
if (this.sysConns.connections[device.deviceID] === undefined) {
|
if (this.sysConns.connections[device.deviceID] === undefined) {
|
||||||
console.log(this.sysConns.connections)
|
|
||||||
console.log("connections undefined", device.deviceID);
|
|
||||||
device.stateType = Device.StateType.Unknown;
|
device.stateType = Device.StateType.Unknown;
|
||||||
} else {
|
} else {
|
||||||
// Set connected
|
// Set connected
|
||||||
|
Loading…
Reference in New Issue
Block a user