Skip to content

Commit a45fed3

Browse files
macdiceCommitfest Bot
authored andcommitted
Remove duplicate log line.
1 parent 382f044 commit a45fed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cfbot_cirrus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ def poll_stale_build(conn, build_id):
682682
# needed for master/REL_XXX
683683
commitfest_id, submission_id = None, None
684684

685-
logging.info("new task %s %s", task_id, task_status)
686685
cursor.execute(
687686
"""INSERT INTO task (task_id, build_id, position, commitfest_id, submission_id, task_name, commit_id, status, created, modified)
688687
VALUES (%s, %s, %s, %s, %s, %s, %s, %s, now(), now())""",

0 commit comments

Comments
 (0)