Skip to content

Commit

Permalink
Remove unneeded debug
Browse files Browse the repository at this point in the history
(cherry picked from commit 562abb8)
  • Loading branch information
neoclust committed Dec 15, 2024
1 parent b3049c3 commit 5cf5585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulse_xmpp_agent/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,6 @@ def start_agent(pathagent, agent="connection", console=False, typeagent="machine
ProcessData.load_child_process()
try:
end_time = datetime.now()
logger.debug("time progam on: {}".format(end_time - start_time))
logger.debug("### LOOP LAUNCHER CYCLE %s###" % countcycle)
if (countcycle % 6) == 0: # Every 60 secondes.
if sys.platform.startswith("linux") or sys.platform.startswith(
"darwin"
Expand Down

0 comments on commit 5cf5585

Please sign in to comment.