diff options
| -rw-r--r-- | files.lua | 1 | ||||
| -rw-r--r-- | files.moon | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -26,7 +26,6 @@ local _FILE_CACHE = setmetatable({ }, { }) local _BROWSE_CACHE = { } Files.spoof = function(filename, contents) - print("SPOOFING " .. tostring(filename)) _SPOOFED_FILES[filename] = contents return contents end @@ -17,7 +17,6 @@ _BROWSE_CACHE = {} -- Create a fake file and put it in the cache Files.spoof = (filename, contents)-> - print("SPOOFING #{filename}") _SPOOFED_FILES[filename] = contents return contents |
