aboutsummaryrefslogtreecommitdiff
path: root/files.moon
diff options
context:
space:
mode:
Diffstat (limited to 'files.moon')
-rw-r--r--files.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/files.moon b/files.moon
index 1a9c50a..04bebdb 100644
--- a/files.moon
+++ b/files.moon
@@ -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