чистим код

This commit is contained in:
Alexander Yakovlev 2021-01-14 18:22:28 +07:00
parent a2ed13a69e
commit d08778ea8b
Signed by: oreolek
GPG Key ID: 1CDC4B7820C93BD3
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ local describe, it, expect = lust.describe, lust.it, lust.expect
function parse(text)
return mp:parse(text)
--local input = std.ref '@input'
--mp:push(text)
--mp:autoplay_inp()
--return input:text(text)
--return std.ref ('@mp_key '..tostring(text))
--return std.call(mp, 'input:text', text)
end
function init()