don't whack wasapi

This commit is contained in:
Seth Call 2018-03-04 18:03:56 -06:00
parent f00814fad8
commit 3c071f1cc3
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@
if(!allWasapi) {
Object.keys(chatsOnOtherDevices).forEach(function(key) {
if(chatsOnOtherDevices[key].indexOf('WASAPI') > -1) {
delete chatsOnOtherDevices[key]
// delete chatsOnOtherDevices[key]
}
} )
}