diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 10:11:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 10:40:16 +0000 |
commit | 92ea45dc5d84360b69322194b31390860b4c5414 (patch) | |
tree | d3928c43822ea1d0649e7c3c4e583671d51fee45 /vcl | |
parent | 1443a9f7abce965d1ca3ccf0a8f92562ebf82c07 (diff) |
drop someones stray debugging fprintfs
Change-Id: I4423ea0952282ea2b64c72e4cc73e42f0afe4649
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svmain.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 9d08192abc9c..9b83c6d3a26a 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -156,13 +156,10 @@ int ImplSVMain() sal_Bool bInit = InitVCL(); - fprintf (stderr, "init vcl %d\n", bInit); - if( bInit ) { // call application main pSVData->maAppData.mbInAppMain = sal_True; - fprintf(stderr, "call app main from vcl!\n"); nReturn = pSVData->mpApp->Main(); pSVData->maAppData.mbInAppMain = sal_False; } |