remove moon

This commit is contained in:
leaf corcoran 2013-10-08 00:18:17 -07:00
parent 6a01d4c653
commit eb8788cb89
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
local moon = require("moon")
local log
log = function(str)
if str == nil then

View File

@ -1,6 +1,4 @@
moon = require "moon"
log = (str="") ->
io.stderr\write str .. "\n"