mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-19 19:14:04 +08:00
Removed debugging data.
This commit is contained in:
@@ -451,9 +451,6 @@ void Master::sdoDownload(
|
||||
throw MasterException(err.str());
|
||||
}
|
||||
|
||||
cerr << "dt " << dataType->name << endl;
|
||||
printRawData(data.data, data.data_size);
|
||||
|
||||
open(ReadWrite);
|
||||
|
||||
if (ioctl(fd, EC_IOCTL_SDO_DOWNLOAD, &data) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user