Remove unnecessary debug print

This commit is contained in:
LeshaInc 2020-06-08 21:31:13 +03:00
parent 263472aa8f
commit 8f66344593
No known key found for this signature in database
GPG Key ID: B4855290FC36DE72

View File

@ -23,7 +23,6 @@ object ColorScheme extends Logging {
val key = split(0)
val value = split(1)
if (value.startsWith("#")) {
println(value.substring(1))
val bytes = java.lang.Long.parseLong(value.substring(1), 16)
val color = if (value.length == 9) {
val rgb = bytes >> 8