summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphic.js b/morphic.js
index b8b176c..4e18482 100644
--- a/morphic.js
+++ b/morphic.js
@@ -4097,7 +4097,6 @@ PenMorph.prototype.forward = function (steps) {
PenMorph.prototype.down = function () {
this.isDown = true;
- this.drawLine(this.center(), this.center());
};
PenMorph.prototype.up = function () {