aboutsummaryrefslogtreecommitdiff
path: root/files.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-25 13:46:42 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-25 13:46:47 -0700
commitfe47b7c2cb8c536d56907e679af7a94de0e338c3 (patch)
treea60a934f939377b24e8b6cda145fdde5faccb666 /files.moon
parente491a5838a45d083346a30ae457ebfe0d8dfe7c4 (diff)
Removing debug print.
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