[med-svn] [SCM] aghermann branch, master, updated. 3603e7ef1289f9ec79a3eb415b6d141166e9498a

Andrei Zavada johnhommer at gmail.com
Sun Jul 14 22:28:21 UTC 2013


The following commit has been merged in the master branch:
commit b05f5e32a291426b672722102963972b4b564d80
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Thu Jul 11 02:04:23 2013 +0300

    remove debugging traces

diff --git a/src/libsigfile/source-base.cc b/src/libsigfile/source-base.cc
index b4740cb..46c58c7 100644
--- a/src/libsigfile/source-base.cc
+++ b/src/libsigfile/source-base.cc
@@ -130,7 +130,6 @@ load_ancillary_files()
 {
 	int retval = 0;
 
-	FAFA;
 	for ( int h = 0; h < (int)n_channels(); ++h ) {
 		auto& H = channel_by_id(h);
 
@@ -152,7 +151,6 @@ load_ancillary_files()
 			}
 		}
 
-	FAFA;
 	step2:
 	      // 2. annotations
 		{
@@ -184,7 +182,6 @@ load_ancillary_files()
 	step3:
 		;
 	}
-	FAFA;
 
       // 3. filters
 	{
@@ -203,7 +200,6 @@ load_ancillary_files()
 			}
 	}
 
-	FAFA;
 	return retval;
 }
 

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list