1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

remove leftover debug statement

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian McCallister
2009-03-01 01:46:17 +00:00
parent b059de05d2
commit 0b298347d5

View File

@@ -450,7 +450,6 @@ static int req_newindex(lua_State *L)
/* const char* key = luaL_checkstring(L, -2); */
request_rec *r = apl_check_request_rec(L, 1);
key = luaL_checkstring(L, 2);
apl_rstack_dump(L, r, "req_newindex");
if (0 == apr_strnatcmp("status", key)) {
int code = luaL_checkinteger(L, 3);
r->status = code;