Skip to content

Commit a3e9172

Browse files
author
Arthur Glowacki
committed
removed log messages that were for debugging
1 parent 386ff54 commit a3e9172

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/io/file/netcdf_io.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ size_t NetCDF_IO<T_real>::_load_spectra(E_load_type ltype,
271271
i2 = (i2 << 16) & 0xffff0000;
272272
unsigned int ii = i1 | i2;
273273
elapsed_livetime = ((T_real)ii) * 320e-9f; // need to multiply by this value becuase of the way it is saved
274-
logE<<_data_in[0][0][l+ELAPSED_LIVETIME_OFFSET+(idx_detector*8)]<<" :: "<<ii<<"\n";
275-
logW<<"i1["<<l+ELAPSED_LIVETIME_OFFSET+(idx_detector*8)<<"] : "<<i1<<" :: ii2 : "<<i2<<" :: elt : "<<elapsed_livetime<<" ---- \n";
276274
if (ltype == E_load_type::LINE)
277275
{
278276
if (elapsed_livetime == 0)

0 commit comments

Comments
 (0)