mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2026-01-06 19:22:38 +01:00
Remove unnecessary debug print
This commit is contained in:
parent
263472aa8f
commit
8f66344593
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user