Skip to content

Commit

Permalink
CODE: dropped unnecessary output from CsvReader.prototype.setColumnNames
Browse files Browse the repository at this point in the history
  • Loading branch information
koles committed Jan 17, 2011
1 parent b6eab9a commit edbe899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ya-csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ CsvReader.prototype._addField = function() {
};

CsvReader.prototype.setColumnNames = function(names) {
sys.log("colnames = " + sys.inspect(names));
this.columnNames = names;
};

Expand Down

0 comments on commit edbe899

Please sign in to comment.