Skip to content
Snippets Groups Projects
Commit 188030d5 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

Remove debugging leftover

parent 5009194a
No related branches found
No related tags found
No related merge requests found
......@@ -637,7 +637,6 @@ load_config( char *filespec )
}
while ( ( line = get_config_line( cf,&lineno ) ) ) {
fprintf( stderr, "Read line %d:%s\n", lineno, line );
p = strpbrk( line, " \t" );
if ( !p ) {
syslog( LOG_ALERT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment