diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-13 06:28:28 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-13 06:28:28 +0200 |
commit | 7ca721109c885f3ce56cf8ee355635a00e90420c (patch) | |
tree | 57f3a7b2c7785fd6eea0d59e0c3c98ac7d21fcba /not | |
parent | 25cb85e044c7ee03aef637db8fbbf7d42de64b82 (diff) | |
download | roflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.zip roflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.tar.gz roflnauts-7ca721109c885f3ce56cf8ee355635a00e90420c.tar.bz2 |
Obsolete print removed from CloudGen
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() |