Suppress debug log (#13476)

* Suppress debug log

* Delete the lines
This commit is contained in:
Izumi Hoshino
2022-09-19 20:20:16 -05:00
committed by GitHub
parent 564782a76d
commit 190f8e1be2
-4
View File
@@ -208,10 +208,6 @@ async def create_plots(
log.info(f"Debug memo: {args.memo}")
plot_memo = bytes32.fromhex(args.memo)
# Uncomment next two lines if memo is needed for dev debug
plot_memo_str: str = plot_memo.hex()
log.info(f"Memo: {plot_memo_str}")
dt_string = datetime.now().strftime("%Y-%m-%d-%H-%M")
if use_datetime: