From 9eff54fbde4670285bd49c2ae581360103ea7e60 Mon Sep 17 00:00:00 2001 From: skalogryz Date: Wed, 5 May 2010 13:28:11 +0000 Subject: [PATCH] iphonelazext: removed debug output git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1217 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/iphonelazext/ideext.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/iphonelazext/ideext.pas b/components/iphonelazext/ideext.pas index 30fab00b0..cdfd906c3 100644 --- a/components/iphonelazext/ideext.pas +++ b/components/iphonelazext/ideext.pas @@ -143,8 +143,6 @@ begin for i:=0 to xiblist.Count-1 do begin dstpath:=IncludeTrailingPathDelimiter(bundlepath)+ChangeFileExt(ExtractFileName(xiblist[i]), '.nib'); ExecCmdLineNoWait(Format('ibtool --compile "%s" "%s"', [dstpath, xiblist[i]])); - writeln('compile from: ', xiblist[i]); - writeln(' to: ', dstpath); end; finally xiblist.free;