Skip to content

Commit

Permalink
remove discover
Browse files Browse the repository at this point in the history
  • Loading branch information
wybiral committed Feb 4, 2022
1 parent 119ee21 commit 794e5b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ <h1>WTF?</h1>
<section id="privacy">
Hey, I notice you use <span class="name"></span>! This means you care about privacy. Great!
</section>
<section id="discover">
Hey, it looks like you have <span class="name"></span> enabled. I hope you find the machines you're looking for!
</section>
</main>
</body>
</html>
9 changes: 0 additions & 9 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,12 @@ const privacyListener = {
detected: [],
};

const discoverListener = {
id: 'discover',
services: [
{url: 'http://127.0.0.1:5357', name: 'Microsoft Network Discovery'},
],
detected: [],
};

window.onload = () => {
start(developerListener);
start(filesListener);
start(gamesListener);
start(mediaListener);
start(privacyListener);
start(discoverListener);
};

function start(listener) {
Expand Down

0 comments on commit 794e5b8

Please sign in to comment.