Delete a useless log

This commit is contained in:
Kalman 2018-09-21 19:36:54 +08:00
parent 41222abfec
commit aa7e89a502

View File

@ -104,7 +104,6 @@ std::shared_ptr<Device> Device::Create(
VLOG(2) << "MYNE EYE Model: " << model_s; VLOG(2) << "MYNE EYE Model: " << model_s;
DeviceModel model(model_s); DeviceModel model(model_s);
if (model.type == 'S') { if (model.type == 'S') {
LOG(INFO) << "model.generation " << model.generation;
switch (model.generation) { switch (model.generation) {
case '1': case '1':
return std::make_shared<StandardDevice>(device); return std::make_shared<StandardDevice>(device);