Removing unnecessary print statement

This commit is contained in:
Jeffrey Morgan 2015-06-05 21:23:14 -07:00
parent bf7d3af402
commit cc0bc719fa
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ export default {
// data is associated with one layer only (can be identified with id)
stream.on('data', str => {
console.log(str);
var data = JSON.parse(str);
if (data.error) {