diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-07 11:30:45 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-07 11:30:45 (GMT) |
| commit | ba822dcbd2ac883a10ea128176b6613e3d5dc14f (patch) | |
| tree | 1ec5c270a779cb4f0d4c9f9957076b1128d30377 /src/cat/LuaScriptInterface.cpp | |
| parent | 04e0d0d5ad4b139ff81dbc9f39b7072a4c2c9a05 (diff) | |
| download | powder-ba822dcbd2ac883a10ea128176b6613e3d5dc14f.zip powder-ba822dcbd2ac883a10ea128176b6613e3d5dc14f.tar.gz | |
Remove debug crap
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
| -rw-r--r-- | src/cat/LuaScriptInterface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index 7a74a4c..f5b69ee 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -377,7 +377,6 @@ int LuaScriptInterface::simulation_partNeighbours(lua_State * l) else { int x = lua_tointeger(l, 1), y = lua_tointeger(l, 2), r = lua_tointeger(l, 3), rx, ry, n; - std::cout << x << " " << y << " " << r << std::endl; for (rx = -r; rx <= r; rx++) for (ry = -r; ry <= r; ry++) if (x+rx >= 0 && y+ry >= 0 && x+rx < XRES && y+ry < YRES && (rx || ry)) |
