1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-17 23:13:03 +08:00

fix(LibChecker): remove the debug print

This commit is contained in:
2025-11-08 18:32:33 +08:00
parent 631785122b
commit 8bb65be0b9
-1
View File
@@ -166,7 +166,6 @@ class LibChecker(LibOperator):
for i in range(checked_count, len(reservations)): # the last one is load button
reservation = reservations[i]
record = self.__decodeReserveRecord(reservation)
print(record)
if record is None:
continue
record_date = record["date"]