Skip to content

Commit

Permalink
chore(create_user_vehicle): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Méndez committed Oct 28, 2019
1 parent e066d57 commit eb5867b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion create_user_vehicle.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ async function createVehicle(userId, alias, vehicleAttrs, vehicleIdentif, rawDat
.promise();
return vehicleId;
} catch (e) {
console.log(e);
return false;
}
}
Expand Down

0 comments on commit eb5867b

Please sign in to comment.