diff --git a/packages/fcl-base/src/inc/base64.pp b/packages/fcl-base/src/inc/base64.pp index c2ffe2436b..12305b3979 100644 --- a/packages/fcl-base/src/inc/base64.pp +++ b/packages/fcl-base/src/inc/base64.pp @@ -239,7 +239,7 @@ begin Break; end; until count = 0; - writeln(Result); + // writeln(Result); // we are now either at the end of the stream, or encountered our first '=', stored in c if c = '=' then begin // '=' found if Result mod 4 <= 1 then // badly placed '=', disregard last block