setbuf call doesn't appear to be working...
[freeside.git] / fs_selfservice / FS-SelfService / freeside-selfservice-clientd
index 0c25c34..f13dd42 100644 (file)
@@ -14,7 +14,7 @@ use IO::Handle qw(_IONBF);
 use IO::Select;
 use IO::File;
 
-STDOUT->setbuf('');
+#STDOUT->setbuf('');
 
 use vars qw( $Debug );
 $Debug = 3; #2 will turn on child logging, 3 will log packet contents,