Skip to content

Commit

Permalink
Revert "add logger"
Browse files Browse the repository at this point in the history
This reverts commit 4ccd251.
  • Loading branch information
Hrishabh17 committed Sep 17, 2024
1 parent 34c2b4d commit 2cbfe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sage300/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def sync_vendors(self):
vendor_type_mapping = None

is_import_to_fyle_enabled = self.is_imported_enabled('VENDOR', self.workspace_id)
logger.info(f'is_import_to_fyle_enabled: {is_import_to_fyle_enabled}')

if not DestinationAttribute.objects.filter(workspace_id=self.workspace_id, attribute_type='VENDOR_TYPE').exists():
vendor_types = self.connection.vendors.get_vendor_types()
self._sync_data(vendor_types, 'VENDOR_TYPE', 'vendor_type', self.workspace_id, ['version'])
Expand Down

0 comments on commit 2cbfe17

Please sign in to comment.