mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 07:23:03 +08:00
fix(LibChecker): remove the debug print
This commit is contained in:
@@ -166,7 +166,6 @@ class LibChecker(LibOperator):
|
|||||||
for i in range(checked_count, len(reservations)): # the last one is load button
|
for i in range(checked_count, len(reservations)): # the last one is load button
|
||||||
reservation = reservations[i]
|
reservation = reservations[i]
|
||||||
record = self.__decodeReserveRecord(reservation)
|
record = self.__decodeReserveRecord(reservation)
|
||||||
print(record)
|
|
||||||
if record is None:
|
if record is None:
|
||||||
continue
|
continue
|
||||||
record_date = record["date"]
|
record_date = record["date"]
|
||||||
|
|||||||
Reference in New Issue
Block a user