diff options
Diffstat (limited to 'not')
-rw-r--r-- | not/CloudGenerator.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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() |