From b1e250a00406f5268a773f7923bb14708567ce9f Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Wed, 22 May 2024 21:26:23 +0200 Subject: drop debug line --- src/term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/term.c b/src/term.c index 10b3e25..18e6acb 100644 --- a/src/term.c +++ b/src/term.c @@ -309,7 +309,6 @@ static HANDLE get_console_handle(lua_State *L, int flags_optional) // Lua error if the file is not one of these. static int get_console_handle(lua_State *L) { -printf("get_console_handle\n"); FILE **file = (FILE **)luaL_checkudata(L, 1, LUA_FILEHANDLE); if (file == NULL || *file == NULL) { return luaL_argerror(L, 1, "expected file handle"); // call doesn't return -- cgit v1.2.3-55-g6feb