Skip to content

Commit

Permalink
Update browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Liniik authored Dec 17, 2020
1 parent 393b35e commit fe0fb11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,8 @@ Browser.prototype.start = function () {

matches.forEach(function (service) {
if (self._serviceMap[service.fqdn]) {
debug("da")
debug(service)
self.emit("update", service)
return
} else {
debug("nyet")
debug(service)
}
self._addService(service)
})
Expand Down

0 comments on commit fe0fb11

Please sign in to comment.