web/views/workflow.py
branchstable
changeset 5684 015755f67e46
parent 5682 5628247f51ce
child 5685 17883ced01f8
child 5737 ae49022bf411
--- 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)