chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e246953
)
Remove debug prints.
author
daid
<daid303@gmail.com>
Thu, 19 Sep 2013 12:58:06 +0000
(14:58 +0200)
committer
daid
<daid303@gmail.com>
Thu, 19 Sep 2013 12:58:06 +0000
(14:58 +0200)
Cura/gui/mainWindow.py
patch
|
blob
|
history
Cura/gui/sceneView.py
patch
|
blob
|
history
diff --git
a/Cura/gui/mainWindow.py
b/Cura/gui/mainWindow.py
index 23ffe899bbfc87f88f9b3eb825eeeae62bd7e6c1..2f1dfa9f2422f3ae4806530b4bdc4245b8740dda 100644
(file)
--- a/
Cura/gui/mainWindow.py
+++ b/
Cura/gui/mainWindow.py
@@
-266,7
+266,6
@@
class mainWindow(wx.Frame):
prefDialog.Show()
def OnDropFiles(self, files):
- print "dropped ", files
if len(files) > 0:
profile.setPluginConfig([])
self.updateProfileToControls()
diff --git
a/Cura/gui/sceneView.py
b/Cura/gui/sceneView.py
index e3501703908b78cf11b88bbeda4a591f5ef5464f..fb9e523fef7775d72e2c08edfafd683855364718 100644
(file)
--- a/
Cura/gui/sceneView.py
+++ b/
Cura/gui/sceneView.py
@@
-143,7
+143,6
@@
class SceneView(openglGui.glGuiPanel):
self.loadScene(filenames)
def loadFiles(self, filenames):
- print "load ", filenames
gcodeFilename = None
for filename in filenames:
self.GetParent().GetParent().GetParent().addToModelMRU(filename)