Commit 2c743877 authored by Vincent Pelletier's avatar Vincent Pelletier

Disable verbose logs.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd6d9804
...@@ -459,10 +459,10 @@ class BaobabConduit(ERP5Conduit): ...@@ -459,10 +459,10 @@ class BaobabConduit(ERP5Conduit):
inventory_currency == currency_id and \ inventory_currency == currency_id and \
inventory_vault == vault_path : inventory_vault == vault_path :
new_inventory = inventory new_inventory = inventory
LOG( 'BaobabConduit:' #LOG( 'BaobabConduit:'
, 0 # , 0
, "previous Cash Inventory found (%s) !" % (repr(new_inventory)) # , "previous Cash Inventory found (%s) !" % (repr(new_inventory))
) # )
break break
# no previous inventory found, create one # no previous inventory found, create one
if new_inventory == None: if new_inventory == None:
...@@ -498,7 +498,7 @@ class BaobabConduit(ERP5Conduit): ...@@ -498,7 +498,7 @@ class BaobabConduit(ERP5Conduit):
if object == None: return if object == None: return
### Cash Inventory objects needs two properties to generate the vault path ### Cash Inventory objects needs two properties to generate the vault path
LOG('BaobabConduit.editDocument, object', 0, object) #LOG('BaobabConduit.editDocument, object', 0, object)
if object.getPortalType() == 'Cash Inventory Group': if object.getPortalType() == 'Cash Inventory Group':
vault_path = self.getVaultPathFromCodification( object = object vault_path = self.getVaultPathFromCodification( object = object
, agency_code = kw['agency_code'] , agency_code = kw['agency_code']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment