Skip to content
Snippets Groups Projects
Commit f33524c7 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Removed unnecessary print statement

parent ae31f037
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ class ConfigNode(CObject): ...@@ -62,7 +62,7 @@ class ConfigNode(CObject):
# start with a copy so we don't accidentally modify the object state # start with a copy so we don't accidentally modify the object state
# or cause other conflicts # or cause other conflicts
state = self.__dict__.copy() state = self.__dict__.copy()
print(state) #print(state)
# remove the unpicklable entries # remove the unpicklable entries
# del state['keywords_changed'] # del state['keywords_changed']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment