commenting out small printf changes

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@153 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-03-19 14:35:21 +00:00
parent 3a24dd2396
commit 145e38eac1
3 changed files with 6 additions and 3 deletions

View File

@ -839,7 +839,10 @@ int initDACs(int* v,int imod)
int setSettings(int i, int imod) {
#ifdef VERBOSE
printf("\ninside set settings wit settins=%d...\n",i);
if(i==-1)
printf("\nReading settings of detector...\n");
else
printf("\ninside set settings wit settings=%d...\n",i);
#endif
int confgain[] = CONF_GAIN;
int isett=-2,retval;