From 7ca721109c885f3ce56cf8ee355635a00e90420c Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 13 Sep 2017 06:28:28 +0200 Subject: Obsolete print removed from CloudGen --- not/CloudGenerator.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/not/CloudGenerator.lua b/not/CloudGenerator.lua index 0fa4271..e72514b 100644 --- a/not/CloudGenerator.lua +++ b/not/CloudGenerator.lua @@ -51,7 +51,6 @@ end function CloudGenerator:run (count, inside) count = count or 1 - print(self, "spawning", count) for i=1,count do local x, y = self:getRandomPosition(inside) local style = self:getRandomStyle() -- cgit v1.1