Skip to content

Commit

Permalink
remove debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Sep 6, 2023
1 parent a058dae commit 7d8cac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/skinsuit/equals.nim
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ proc equalsProc(typeName, objectNode: NimNode, doExport, ptrLike: bool): NimNode
newTree(nnkPragmaBlock,
newTree(nnkPragma, noSideEffectPragma),
equalsBody))
echo equalsBody.treeRepr
newProc(
name = ident"==".exportIf(doExport),
params = [ident"bool", newTree(nnkIdentDefs, ident"a", ident"b", typeName, newEmptyNode())],
Expand Down

0 comments on commit 7d8cac9

Please sign in to comment.