Skip to content

Commit

Permalink
Fix console.log statement in listThings.html
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <[email protected]>
  • Loading branch information
SammyOina committed Oct 17, 2023
1 parent b2f8201 commit 114bcfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/client/listThings.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ <h1>List things Console</h1>
.catch((error) => {
console.error(error.response.data);
});

console.log();
</script>
</body>
</html>

0 comments on commit 114bcfe

Please sign in to comment.