From 92ea45dc5d84360b69322194b31390860b4c5414 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Feb 2013 10:11:12 +0000 Subject: drop someones stray debugging fprintfs Change-Id: I4423ea0952282ea2b64c72e4cc73e42f0afe4649 --- vcl/source/app/svmain.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl') 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; } -- cgit