Removed debugging data.
This commit is contained in:
parent
e654535c2d
commit
f4c830c21d
|
|
@ -451,9 +451,6 @@ void Master::sdoDownload(
|
||||||
throw MasterException(err.str());
|
throw MasterException(err.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << "dt " << dataType->name << endl;
|
|
||||||
printRawData(data.data, data.data_size);
|
|
||||||
|
|
||||||
open(ReadWrite);
|
open(ReadWrite);
|
||||||
|
|
||||||
if (ioctl(fd, EC_IOCTL_SDO_DOWNLOAD, &data) < 0) {
|
if (ioctl(fd, EC_IOCTL_SDO_DOWNLOAD, &data) < 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue