From 99a04de2633eceac886414282202b5a59edd5961 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:46:35 -0400 Subject: [PATCH] oops remove debug print statement --- src/Picocrypt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Picocrypt.go b/src/Picocrypt.go index e27631f..6f28c92 100644 --- a/src/Picocrypt.go +++ b/src/Picocrypt.go @@ -803,7 +803,6 @@ func draw() { if recombine { multiplier++ } - fmt.Println(multiplier, requiredFreeSpace) giu.Style().SetColor(giu.StyleColorText, WHITE).To( giu.Label("Ready (ensure " + sizeify(requiredFreeSpace*int64(multiplier)) + " of disk space is free)"), ).Build()