Skip to content

Commit

Permalink
chore(mb): remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Oct 17, 2020
1 parent 2dd8aa9 commit 2648134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service/data-source/murderbridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export default class MurderBridge extends SourceProto {
),
[],
);
console.info(result);
console.info(`[MB]: all done.`);
return result;
} catch (err) {
throw new Error(err);
}
Expand Down

0 comments on commit 2648134

Please sign in to comment.