cretz / node-tds

Pure JS implementation of TDS protocol for Microsoft SQL Server
http://cretz.github.com/node-tds
MIT License
104 stars 23 forks source link

Remove console.log statement from writing when a BufferStream underflows. #9

Closed jonbuffington closed 12 years ago

jonbuffington commented 12 years ago

Is a simple patch to remove the console.log statement.

cretz commented 12 years ago

Merged, thanks. Fixes #7.