remove log

This commit is contained in:
Diogo
2024-09-24 16:51:19 +01:00
parent 13c7c3e9e2
commit ef1e76cfe2
@@ -160,7 +160,6 @@ fun reserveSpaceForMeta(
res += meta.timestampText
} else if (hasIcon) {
res += iconSpace
println("reserved: ${res.length} meta: ${meta}")
}
return res
}