[apycotlib] remove explicit _cw_fields creation
The field is created automatically by the http method.
--- a/_apycotlib/writer.py Mon Mar 24 10:17:06 2014 +0100
+++ b/_apycotlib/writer.py Tue Apr 22 12:33:16 2014 +0200
@@ -153,8 +153,8 @@
'file-upload',
files=files,
field='log_file',
- eid=self.target_eid(),
- _cw_fields='eid,field,log')
+ eid=self.target_eid()
+ )
self._logs_sent = len(log)