From 53de4fde851c53450e1ad37fd8277423cab09ce4 Mon Sep 17 00:00:00 2001 From: avivbeeri Date: Tue, 4 May 2021 09:51:21 +0100 Subject: [PATCH 1/2] Removing printline --- src/modules/image.wren | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/image.wren b/src/modules/image.wren index 5cf8e939..8b281207 100644 --- a/src/modules/image.wren +++ b/src/modules/image.wren @@ -9,7 +9,6 @@ foreign class DrawCommand is Drawable { map["foreground"] = (map["foreground"] || Color.white).toNum map["background"] = (map["background"] || Color.black).toNum map["tint"] = (map["tint"] || Color.none).toNum - System.print(map) return DrawCommand.new(image, map, null) } From 67e0e452b1d6e123bca2a6d5f6b0e394fffc1fec Mon Sep 17 00:00:00 2001 From: avivbeeri Date: Sat, 8 May 2021 17:07:33 +0100 Subject: [PATCH 2/2] Bumping version of Wren to include GC fix --- lib/wren | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wren b/lib/wren index 4a18fc48..f09ebf6a 160000 --- a/lib/wren +++ b/lib/wren @@ -1 +1 @@ -Subproject commit 4a18fc489f9ea3d253b20dd40f4cdad0d6bb40eb +Subproject commit f09ebf6accdf73210bb0c9540e171c21e472f236