Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 13, 2024
1 parent 6181fae commit b00e9ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/core/helpers/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def run(self):
A version of Process.run() with BBOT logging and better error handling
"""
log = logging.getLogger("bbot.core.process")
print(f"RUNNING {self.custom_name}")
try:
if self.log_level is not None and self.log_queue is not None:
from bbot.core import CORE
Expand Down

0 comments on commit b00e9ce

Please sign in to comment.