git » jacl.git » commit 4087774

rm todo

author Alan Dipert
2019-09-07 21:49:23 UTC
committer Alan Dipert
2019-09-07 21:49:23 UTC
parent 8d02ba0980c73f34ebf2e07eb06c8f0d91f6e686

rm todo

jacl.js +0 -1

diff --git a/jacl.js b/jacl.js
index ce2426a..5c270e7 100644
--- a/jacl.js
+++ b/jacl.js
@@ -37,7 +37,6 @@ class Cons {
   }
 }
 
-// TODO uninterned symbol construction
 class LispSymbol {
   constructor(name, packageName) {
     this.name = name;