Remove log statement

This commit is contained in:
Omar Roth 2018-11-27 21:20:29 -06:00
parent 1c49fa3b63
commit 32bd593a8a
1 changed files with 0 additions and 1 deletions

View File

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