Commit edf0f501 authored by lianahus's avatar lianahus Committed by Liana Husikyan

iremoved doublicate data collecting

parent 4ddb0bb2
...@@ -399,7 +399,6 @@ class ContractDropdownUI { ...@@ -399,7 +399,6 @@ class ContractDropdownUI {
return modalDialogCustom.alert(error) return modalDialogCustom.alert(error)
} }
if (loadType === 'abi') { if (loadType === 'abi') {
_paq.push(['trackEvent', 'udapp', 'AtAddressFromABI'])
return this.event.trigger('newContractABIAdded', [abi, address]) return this.event.trigger('newContractABIAdded', [abi, address])
} }
var selectedContract = this.getSelectedContract() var selectedContract = this.getSelectedContract()
......
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