Skip to content

Commit

Permalink
Removed stray debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 2, 2023
1 parent 0a64074 commit 922ef2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions daliuge-engine/dlg/data/drops/parset_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
from dlg.data.io import MemoryIO
from dlg.meta import dlg_string_param

from logging import Logger

logger = Logger("__main__")


##
# @brief ParameterSet
Expand Down Expand Up @@ -90,7 +86,6 @@ def initialize(self, **kwargs):
self.config_data = self.serialize_parameters(
self.filter_parameters(self.parameters, self.mode), self.mode
).encode("utf-8")
logger.debug(">>>> config_data: %s", self.config_data)

def getIO(self):
return MemoryIO(io.BytesIO(self.config_data))
Expand Down

0 comments on commit 922ef2c

Please sign in to comment.