Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny authored Apr 11, 2023
1 parent 514a7da commit be08bf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ const request = () => {
};

const run = () => {

logger.group("logger", () => {

logger.version("app-name", "1.1.2", { level: LEVELS.version });

logger.log(
Expand All @@ -61,7 +60,6 @@ const run = () => {
logger.error(new Error("error message"), { level: LEVELS.error });

});

};

logger.timing("run logger test", async (step) => {
Expand Down

0 comments on commit be08bf2

Please sign in to comment.