summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-13 06:28:28 +0200
committerAki <nthirtyone@gmail.com>2017-09-13 06:28:28 +0200
commit7ca721109c885f3ce56cf8ee355635a00e90420c (patch)
tree57f3a7b2c7785fd6eea0d59e0c3c98ac7d21fcba
parent25cb85e044c7ee03aef637db8fbbf7d42de64b82 (diff)
downloadroflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.zip
roflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.tar.gz
roflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.tar.bz2
Obsolete print removed from CloudGen
-rw-r--r--not/CloudGenerator.lua1
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()