mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 12:23:44 +00:00
ooops, removed extra print statement from adaptors.py
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40920
This commit is contained in:
parent
9fb0f5094e
commit
4675404fc1
@ -29,7 +29,6 @@ class ItemAdaptor(object):
|
||||
|
||||
adaptor_args = {'response': self._response}
|
||||
final = fieldadaptor(value, adaptor_args=adaptor_args)
|
||||
print "Intentando asignar: %s" % final
|
||||
setattr(self.item_instance, name, final)
|
||||
|
||||
def __getattribute__(self, name):
|
||||
|
Loading…
x
Reference in New Issue
Block a user