remove console.log
This commit is contained in:
parent
a386b2a3cf
commit
9bf643e1a1
@ -57,7 +57,6 @@ function Lisp (input, lib) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const interpret = function (input, context) {
|
const interpret = function (input, context) {
|
||||||
console.log(input, context)
|
|
||||||
if (context === undefined) {
|
if (context === undefined) {
|
||||||
return interpret(input, new Context(lib))
|
return interpret(input, new Context(lib))
|
||||||
} else if (input instanceof Array) {
|
} else if (input instanceof Array) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user