Remove log statement

pull/258/head
Omar Roth 6 years ago
parent 1c49fa3b63
commit 32bd593a8a

@ -159,7 +159,6 @@ if (bpb) {
promise.then(_ => { promise.then(_ => {
}).catch(error => { }).catch(error => {
bpb.show(); bpb.show();
console.log(error);
}); });
} }
}); });

Loading…
Cancel
Save