Delete a useless log
This commit is contained in:
parent
41222abfec
commit
aa7e89a502
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user