Skip to content

Commit 0ec361b

Browse files
Remove extra print statement
Oops
1 parent 87a6985 commit 0ec361b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/app/service/jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def update(self, db_session: Session, job: JobSchema, job_in: JobUpdate):
228228
style=style,
229229
)
230230
book = get_or_add_book(db_session, book)
231-
print("book id:", book.id)
232231
add_books_to_job(db_session, job, [book])
233232
db_session.flush()
234233
for book_job in job.books:

0 commit comments

Comments
 (0)