Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed May 14, 2011
1 parent 96e763c commit ebd79b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lousybot.js
Expand Up @@ -91,7 +91,6 @@ conn.addListener('data', function (buffer) {
conn.spawn = function (command, args, lineCallback) {
var child = spawn(command, args),
buffer = '',
lastLine,
lines;

child.stdout.on('data', function (data) {
Expand Down

0 comments on commit ebd79b6

Please sign in to comment.