Skip to content

Commit

Permalink
drop debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed May 22, 2024
1 parent 14c0f9e commit b1e250a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/term.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1e250a

Please sign in to comment.