From fc52643f435d0c99d64b0a6787f314c83b61aab6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 21 Aug 2024 20:58:06 +0200 Subject: [PATCH] remove print --- OBSReplayFolders.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OBSReplayFolders.lua b/OBSReplayFolders.lua index 249982a..123647b 100644 --- a/OBSReplayFolders.lua +++ b/OBSReplayFolders.lua @@ -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