Skip to content

Commit b74ca93

Browse files
committed
remove rogue comment
1 parent dd498cc commit b74ca93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/javascript/lib/core/functions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function build_namespace(ns, ns_string) {
9191
return parent;
9292
}
9393

94-
//TODO: Revisit performance of .toString() in tight loop
9594
function map_to_object(map, options = []) {
9695
const opt_keys = proplists.get_value(Symbol.for('keys'), options);
9796
const opt_symbols = proplists.get_value(Symbol.for('symbols'), options);

0 commit comments

Comments
 (0)