diff --git a/chia/plotting/create_plots.py b/chia/plotting/create_plots.py index bd4cddcec9..4206fb2f91 100644 --- a/chia/plotting/create_plots.py +++ b/chia/plotting/create_plots.py @@ -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: