about summary refs log tree commit diff stats
path: root/lisp/js/repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/js/repl.js')
-rw-r--r--lisp/js/repl.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/js/repl.js b/lisp/js/repl.js
index 6ea6929..08bbfd5 100644
--- a/lisp/js/repl.js
+++ b/lisp/js/repl.js
@@ -1,4 +1,3 @@
-// lifted from https://github.com/maryrosecook/littlelisp
 var repl = require("repl");
 var lisp = require("./lisp").lisp;