Remove unused file

This commit is contained in:
syuilo 2017-02-18 09:17:10 +09:00
parent 7b9f11407f
commit 43f9fcb31b
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
riot = require \riot
logs = []
ev = riot.observable!
function log(msg)
logs.push do
date: new Date!
message: msg
ev.trigger \log
riot.mixin \log do
logs: logs
log: log
log-event: ev
module.exports = log