diff --git a/odata/state.py b/odata/state.py index 0aadbb4..e1aa569 100644 --- a/odata/state.py +++ b/odata/state.py @@ -184,7 +184,6 @@ def _clean_new_entity(self, entity): self.log.info('PROP primary_key: {0}'.format(prop.primary_key)) self.log.info('PROP is_computed_value: {0}'.format(prop.is_computed_value)) self.log.info('PROP is_collection: {0}'.format(prop.is_collection)) - self.log.info('PROP foreign_key: {0}'.format(prop.foreign_key)) if prop.is_computed_value: self.log.info('IS COMPUTED VALUE: {0}'.format(prop)) continue