removing warnings shown from esrf debian

This commit is contained in:
Dhanya Maliakal
2017-04-11 13:39:28 +02:00
parent 4730c8c0a9
commit 0c9ac8911a
2 changed files with 3 additions and 5 deletions

View File

@ -5363,13 +5363,11 @@ string slsDetectorCommand::cmdPulse(int narg, char *args[], int action) {
}
return string("");
/*
if(retval == OK)
return string(" successful");
else
return string(" failed");
*/
}