From 0f2c93a25e51bbd41656982ad061307f2c33b32a Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 6 Jan 2014 17:37:59 -0200 Subject: [PATCH] Small fix in Material editor --- src/Mod/Material/MaterialEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/MaterialEditor.py b/src/Mod/Material/MaterialEditor.py index 302523057..ad95aa7d2 100644 --- a/src/Mod/Material/MaterialEditor.py +++ b/src/Mod/Material/MaterialEditor.py @@ -105,7 +105,7 @@ class MaterialEditor(QtGui.QDialog): def updateContents(self,data): "updates the contents of the editor with the given data (can be the name of a card or a dictionary)" - print type(data) + #print type(data) if isinstance(data,dict): self.clearEditor() for k,i in data.iteritems():