rm log
This commit is contained in:
parent
2008db932b
commit
bb5ba1a209
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ TxProposal.fromObj = function(o) {
|
||||||
t.builder = new Builder.fromObj(o.builderObj);
|
t.builder = new Builder.fromObj(o.builderObj);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (!o.version) {
|
if (!o.version) {
|
||||||
console.log('Importing old TxProposal V0' + JSON.stringify(o.builderObj));
|
|
||||||
t.builder = new BuilderMockV0(o.builderObj);
|
t.builder = new BuilderMockV0(o.builderObj);
|
||||||
t.readonly = 1;
|
t.readonly = 1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue