summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 93cd392..8e437c8 100644
--- a/main.go
+++ b/main.go
@@ -15,7 +15,6 @@ func main() {
patches := Parse(fd)
out := NewOut(os.Stdout)
- out.Clear()
out.Enable()
defer out.Disable()
step := 1.0 / float64(5)