diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-25 13:46:42 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-25 13:46:47 -0700 |
| commit | fe47b7c2cb8c536d56907e679af7a94de0e338c3 (patch) | |
| tree | a60a934f939377b24e8b6cda145fdde5faccb666 /files.moon | |
| parent | e491a5838a45d083346a30ae457ebfe0d8dfe7c4 (diff) | |
Removing debug print.
Diffstat (limited to 'files.moon')
| -rw-r--r-- | files.moon | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
