Skip to content

Commit

Permalink
Merge pull request #155 from willow-ahrens/wma/remove-init-println
Browse files Browse the repository at this point in the history
remove print statement in init
  • Loading branch information
0x0f0f0f authored May 31, 2023
2 parents 38719ae + 8172560 commit 9045c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Metatheory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function resetbuffers!(bufsize)
end

function __init__()
println(Threads.nthreads())
resetbuffers!(DEFAULT_BUFFER_SIZE)
end

Expand Down

0 comments on commit 9045c7d

Please sign in to comment.