sfx2/source/sidebar/ResourceManager.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4ea4ce78d116757638b08a389d9c509c523085f3
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Mon Jul 17 11:39:58 2023 +0200
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Mon Jul 17 18:38:08 2023 +0200

    Remove leftover debug code
    
    This fprintf was leftover from 1653bb9bffaa84a40b7d81a8277e887ea28df4e4
    which came up with attachment 94167 from tdf#75059 in terminal output
    with just opening and closing in the official 7.5.1.2 binaries.
    
    Change-Id: Ib04b5f6dd3426e97a14b3c6f38b68481f1bf85b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154518
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/sfx2/source/sidebar/ResourceManager.cxx 
b/sfx2/source/sidebar/ResourceManager.cxx
index 5974e20af488..7989d2820263 100644
--- a/sfx2/source/sidebar/ResourceManager.cxx
+++ b/sfx2/source/sidebar/ResourceManager.cxx
@@ -699,7 +699,6 @@ void ResourceManager::ReadLegacyAddons (const 
Reference<frame::XController>& rxC
         rPanelDescriptor.mbShowForReadOnlyDocuments = false;
         rPanelDescriptor.mbWantsCanvas = false;
         rPanelDescriptor.mbWantsAWT = true;
-        fprintf(stderr, "THIS PLACE\n");
         
rPanelDescriptor.maContextList.AddContextDescription(Context(sModuleName, 
"any"), true, OUString());
     }
 }

Reply via email to