diff --git a/container/src/root/macro/rootlogon.C b/container/src/root/macro/rootlogon.C index ab21aaa..2cb0c48 100644 --- a/container/src/root/macro/rootlogon.C +++ b/container/src/root/macro/rootlogon.C @@ -196,9 +196,6 @@ void rootlogon() gInterpreter->ProcessLine(".L ../src/hash.hh"); gInterpreter->ProcessLine(".L ../src/random.hh"); gInterpreter->ProcessLine(".L ../src/utility.hh"); - - // Help usage - help(); } #endif // CONTAINER_SRC_ROOT_MACRO_ROOTLOGON_C_