rm debugging print lines

This commit is contained in:
lee2sman 2021-01-31 02:13:21 -05:00
parent 89702cba49
commit b87993701d
1 changed files with 0 additions and 6 deletions

View File

@ -37,8 +37,6 @@ function back(d, startx = x, starty = y, _angle = 180 - angle) {
}
x = newX;
y = newY;
print(x, y);
}
function left(_angle) {
angle -= _angle;
@ -77,7 +75,3 @@ function windowResized() {
//resizes canvas if window is resized
resizeCanvas(windowWidth, windowHeight);
}
function draw() {}
function mousePressed() {
print(mouseY);
}