nbarthel / cryptsy-api

An implementation of the Cryptsy API (public and private) in Ruby
MIT License
18 stars 18 forks source link

Is there a way to turn off debug output? #1

Closed OpenCoderX closed 10 years ago

OpenCoderX commented 10 years ago

I don't see a way to turn off the debug output. I have forked the repo I can add this and send a pull request if you are interested?

nbarthel commented 10 years ago

Good question. This is a fork, I'm still working through the code myself.

nbarthel commented 10 years ago

Nevermind... I'm silly. This is my code. It's a first stab, pull requests are certainly welcome. I'll probably rewrite it as the first run of code stinks.

nbarthel commented 10 years ago

I removed the debug $stderr from the private methods and bumped the version.

OpenCoderX commented 10 years ago

Hey Nic, Thanks for removing the debug. Cryptsy seems to be picking up speed, what do you think of the site so far?

I was looking at making some additions, should I wait for your rewrite?

On Fri, Nov 29, 2013 at 3:39 AM, Nic Barthelemy notifications@github.comwrote:

I removed the debug $stderr from the private methods and bumped the version.

— Reply to this email directly or view it on GitHubhttps://github.com/nbarthel/cryptsy-api/issues/1#issuecomment-29502533 .

CR

nbarthel commented 10 years ago

I'd say feel free to push code. We can work together on refactoring things as they develop. Open to a collaboration?