remove print

This commit is contained in:
Mylloon 2024-08-21 20:58:06 +02:00
parent 3e449ea946
commit fc52643f43
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -2,7 +2,7 @@ obs = obslua
function script_description()
return [[Saves replays to sub-folders using the current fullscreen video game executable name.
Author: redraskal]]
end
@ -12,7 +12,6 @@ function script_load()
int get_running_fullscreen_game_path(char* buffer, int bufferSize)
]]
detect_game = ffi.load(script_path() .. "detect_game.dll")
print(get_running_game_title())
obs.obs_frontend_add_event_callback(obs_frontend_callback)
end