From fe47b7c2cb8c536d56907e679af7a94de0e338c3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 25 Jul 2018 13:46:42 -0700 Subject: Removing debug print. --- files.moon | 1 - 1 file changed, 1 deletion(-) (limited to 'files.moon') 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 -- cgit v1.2.3