From 90350eeca53963290e6b3b8589a75d7ebe62accd Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 28 Sep 2020 11:50:04 +0200 Subject: [PATCH] Remove print --- magic_veneer_processing/magic_veneer_processing.pde | 1 - 1 file changed, 1 deletion(-) diff --git a/magic_veneer_processing/magic_veneer_processing.pde b/magic_veneer_processing/magic_veneer_processing.pde index 8e2ee07..d7b3b91 100644 --- a/magic_veneer_processing/magic_veneer_processing.pde +++ b/magic_veneer_processing/magic_veneer_processing.pde @@ -140,7 +140,6 @@ void draw() { noStroke(); arc(width / 2, -1580 - (backgroundOffset - 2450), 500, 1100, radians(260 - cocoonOpenDegrees), radians(280 + cocoonOpenDegrees), PIE); - print("Tree position: "); shape(branch, 0, -2980 - (backgroundOffset - 2450), width, width); }