This commit is contained in:
Akinwale Ariwodola 2019-08-27 07:10:09 +01:00
parent 0c06f478c8
commit e74a419ffd

View file

@ -94,8 +94,6 @@ class ClaimList extends React.PureComponent {
options.release_time = this.getReleaseTimeOption(time);
}
console.log(options);
return options;
}