diff options
author | bptato <nincsnevem662@gmail.com> | 2021-11-13 01:16:50 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-11-13 01:16:50 +0100 |
commit | 2e408503f452f0cac8ca2a63eaf59e0bfb332f1d (patch) | |
tree | 8e97bea10fe55e5336e913713094de7593d3caaa /src/css/style.nim | |
parent | 5ed6ccd8e2422c28734842488896f5cbb012916c (diff) | |
download | chawan-2e408503f452f0cac8ca2a63eaf59e0bfb332f1d.tar.gz |
Optimized generateFullOutput
Diffstat (limited to 'src/css/style.nim')
-rw-r--r-- | src/css/style.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/css/style.nim b/src/css/style.nim index 9f0a0c7c..9611f862 100644 --- a/src/css/style.nim +++ b/src/css/style.nim @@ -184,7 +184,6 @@ func cssColor*(d: CSSDeclaration): CSSColor = raise newException(CSSValueError, "Invalid color") elif d.value[0] of CSSFunction: let f = CSSFunction(d.value[0]) - eprint "func", f.name #TODO calc etc (cssnumber function or something) case $f.name of "rgb": |