Skip to content

Commit

Permalink
Clean up debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Sep 15, 2024
1 parent 2917dcf commit 9ea88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua-bindings/surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Surface* lua_blit_checksurface(lua_State *L, int arg) {

static int surface_index_static(lua_State *L) {
std::string_view method = luaL_checkstring(L, 2);
debugf("surface_index_static %s\n", method.data());

if(method == "load") {lua_pushcfunction(L, surface_load); return 1;}

return 0;
Expand Down

0 comments on commit 9ea88ce

Please sign in to comment.