summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/LMI_SystemSoftwareCollection.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-07 17:38:34 +0200
committerMichal Minar <miminar@redhat.com>2013-07-23 13:52:34 +0200
commitb066c4fb0f88f76ee9b0d142e4aff6f129d96435 (patch)
treeeb0648eca6cbf1776c1e71e174364fbb802625a5 /src/software/lmi/software/LMI_SystemSoftwareCollection.py
parent0bc47663c050267d396472216b4b7ae53f840a9e (diff)
downloadopenlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.tar.gz
openlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.tar.xz
openlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.zip
software: removed log messages for provider init
these messages do not really help
Diffstat (limited to 'src/software/lmi/software/LMI_SystemSoftwareCollection.py')
-rw-r--r--src/software/lmi/software/LMI_SystemSoftwareCollection.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/software/lmi/software/LMI_SystemSoftwareCollection.py b/src/software/lmi/software/LMI_SystemSoftwareCollection.py
index 6aea1d9..b573939 100644
--- a/src/software/lmi/software/LMI_SystemSoftwareCollection.py
+++ b/src/software/lmi/software/LMI_SystemSoftwareCollection.py
@@ -45,9 +45,8 @@ class LMI_SystemSoftwareCollection(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):