From f9171e5ed694a08c94997cbd7da37474d8da385e Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 20 Feb 2022 12:37:18 +0000 Subject: [PATCH] remove debug code --- src/potatobios.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/potatobios.lua b/src/potatobios.lua index 2ea9dc6..b418a3d 100644 --- a/src/potatobios.lua +++ b/src/potatobios.lua @@ -860,8 +860,6 @@ function fs.complete( sPath, sLocation, bIncludeFiles, bIncludeDirs ) return tEmpty end -potatOS.add_log("[BIOS] primary function defns") - -- Load APIs local bAPIError = false local tApis = fs.list( "rom/apis" )