mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
oops remove debug print statement
This commit is contained in:
parent
ee2abd053c
commit
99a04de263
1 changed files with 0 additions and 1 deletions
|
@ -803,7 +803,6 @@ func draw() {
|
||||||
if recombine {
|
if recombine {
|
||||||
multiplier++
|
multiplier++
|
||||||
}
|
}
|
||||||
fmt.Println(multiplier, requiredFreeSpace)
|
|
||||||
giu.Style().SetColor(giu.StyleColorText, WHITE).To(
|
giu.Style().SetColor(giu.StyleColorText, WHITE).To(
|
||||||
giu.Label("Ready (ensure " + sizeify(requiredFreeSpace*int64(multiplier)) + " of disk space is free)"),
|
giu.Label("Ready (ensure " + sizeify(requiredFreeSpace*int64(multiplier)) + " of disk space is free)"),
|
||||||
).Build()
|
).Build()
|
||||||
|
|
Loading…
Add table
Reference in a new issue