got rid of unnecessary printout

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@711 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-01-10 14:39:30 +00:00
parent 9517d4f0f2
commit 7d322231e5

View File

@@ -1823,7 +1823,9 @@ u_int32_t* fifo_read_event()
*/ */
while((t&0x1)==0) { while((t&0x1)==0) {
#ifdef VERBOSE
printf("before readout %08x %08x\n", runState(), bus_r(LOOK_AT_ME_REG)); printf("before readout %08x %08x\n", runState(), bus_r(LOOK_AT_ME_REG));
#endif
#ifdef VERYVERBOSE #ifdef VERYVERBOSE
printf("look at me reg:%08x\n",bus_r(LOOK_AT_ME_REG)); printf("look at me reg:%08x\n",bus_r(LOOK_AT_ME_REG));
#endif #endif