summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-01-09 23:24:56 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-01-09 23:24:56 +0100
commit60ba872a93e2faff36f75c0971ee35fae16a18ef (patch)
tree863c49f751233b46ed944c41f5dc403204be6a72 /main.go
parenta7f8ca73c0f36149683282d8b653af4e6cc023d5 (diff)
cleanup
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 {