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 fabd317..db6a67e 100644
--- a/main.go
+++ b/main.go
@@ -29,7 +29,6 @@ func steps(n int) []float64 {
}
func plot(out Plotter, patches []Patch) {
- out.Clear()
st := steps(5)
for _, p := range patches {
for _, u := range st {