Skip to content

Commit f0285d6

Browse files
authored
Remove a debug line
1 parent 507a64e commit f0285d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

elements/expressions/LinearGradient.sk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ expression [a] [new] [(1¦(repeating|repeated)|2¦(reflected|reflecting))] linea
2929
set {_method} to CycleMethod.REPEAT!
3030
else if parse mark is 2 or 8:
3131
set {_method} to CycleMethod.REFLECT!
32-
broadcast "%{_x1}, {_y1}, {_x2}, {_y2}, [{_fractions::*}], [{_colors::*}], {_method}%"
33-
return new LinearGradientPaint({_x1}, {_y1}, {_x2}, {_y2}, [{_fractions::*}], [{_colors::*}], {_method})
32+
return new LinearGradientPaint({_x1}, {_y1}, {_x2}, {_y2}, [{_fractions::*}], [{_colors::*}], {_method})

0 commit comments

Comments
 (0)