Skip to content

Commit

Permalink
Remove echo from compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
lmariscal committed Sep 29, 2019
1 parent f1f8460 commit e790fda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/glfw.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import strutils, ./glfw/private/logo
proc currentSourceDir(): string =
result = currentSourcePath().replace("\\", "/")
result = result[0 ..< result.rfind("/")]
echo result

{.passC: "-I" & currentSourceDir() & "/glfw/private/glfw/include/".}
{.pragma: glfw_header, header: "GLFW/glfw3.h".}
Expand Down
1 change: 0 additions & 1 deletion tools/utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import strutils, ./glfw/private/logo
proc currentSourceDir(): string =
result = currentSourcePath().replace("\\", "/")
result = result[0 ..< result.rfind("/")]
echo result
{.passC: "-I" & currentSourceDir() & "/glfw/private/glfw/include/".}
{.pragma: glfw_header, header: "GLFW/glfw3.h".}
Expand Down

0 comments on commit e790fda

Please sign in to comment.