Skip to content

Commit 59807f3

Browse files
committed
Remove debug trace telling us the meta attached in a def
1 parent 963c1f7 commit 59807f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/value.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ impl Value {
348348

349349
match &**defname {
350350
Value::Symbol(sym) => {
351-
println!("Def: meta on sym is {}",sym.meta());
352-
353351
let mut meta = sym.meta();
354352

355353
if doc_string != Value::Nil {

0 commit comments

Comments
 (0)