Commit fd48c291 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

lua: Remove dummy printf.

parent 63e311d4
......@@ -159,7 +159,6 @@ static int vlclua_input_metas_internal( lua_State *L, input_item_t *p_item )
const char *meta = vlc_meta_GetExtra(p_item->p_meta, names[i]);
lua_pushstring( L, meta );
lua_setfield( L, -2, names[i] );
printf("setting %s=%s\n", names[i], meta);
free(names[i]);
}
free(names);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment