Removed debugging data.

This commit is contained in:
Florian Pose 2008-06-09 12:51:54 +00:00
parent e654535c2d
commit f4c830c21d
1 changed files with 0 additions and 3 deletions

View File

@ -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) {