Skip to content

Commit

Permalink
Forgot to remove the debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjv360 committed Dec 27, 2021
1 parent 3c1ddc4 commit 05af942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.2.7"
version = "0.2.8"
author = "jjv360"
description = "Adds class support to Nim."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/classes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ proc createClassStructure(head: NimNode, bodyNode: NimNode, result: NimNode, isS
)

# if $className == "AsyncCls":
echo result.repr
# echo result.repr

# Export new keyword which was imported from our lib
# let newIdent = ident"new"
Expand Down

0 comments on commit 05af942

Please sign in to comment.