[workflow image] remove debug code stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Jun 2010 18:15:39 +0200
branchstable
changeset 5684 015755f67e46
parent 5683 ca2badf54858
child 5685 17883ced01f8
child 5690 6de8437b06bd
[workflow image] remove debug code
web/views/workflow.py
--- a/web/views/workflow.py	Mon Jun 07 18:13:41 2010 +0200
+++ b/web/views/workflow.py	Mon Jun 07 18:15:39 2010 +0200
@@ -435,6 +435,5 @@
 
     def cell_call(self, row=0, col=0):
         tmpfile = self._cw.session.data[self._cw.form['tmpfile']]
-        print 'tmpfile', tmpfile
         self.w(open(tmpfile, 'rb').read())
-        #os.unlink(tmpfile)
+        os.unlink(tmpfile)