Skip to content

Commit

Permalink
Remove old prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Jul 5, 2024
1 parent cfb4cf8 commit 098edcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions velbusaio/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ async def scan(self, reload_cache: bool = False) -> None:
self._scan_complete = False
# non-blocking check to see if the cache_dir is empty
loop = asyncio.get_running_loop()
print(self._velbus.get_cache_dir())
print(await loop.run_in_executor(None, self.empty_cache))
if not reload_cache and await loop.run_in_executor(None, self.empty_cache):
self._log.info("No cache yet, so forcing a bus scan")
reload_cache = True
Expand Down

0 comments on commit 098edcc

Please sign in to comment.