We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd1099 commit 92c9a89Copy full SHA for 92c9a89
1 file changed
src/one.c
@@ -2,7 +2,6 @@
2
#include "imports/imports.fdefine.h"
3
4
int load_lua_fluid_json(lua_State *state){
5
- printf("loading lua fluid json\n");
6
LuaCEmbed * l = newLuaCEmbedLib(state);
7
LuaCEmbed_set_global_string(l, PRIVATE_LUA_FLUID_JSON_NULL_CODE_GLOBAL_VAR, LUA_FLUID_JSON_NULL_CODE_VALUE);
8
0 commit comments