Skip to content

Commit

Permalink
Remove-space-format (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner authored Nov 1, 2021
1 parent 423c8b0 commit 7e9e320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const debug = (namespace?: string) => (...rest: any[]): void =>
showLog(process.env.DEBUG)
&&
console.log(
` `,
namespace && couleur.bold(couleur.rgb(rgb[0], rgb[1], rgb[2])(namespace)),
...rest
)
Expand Down

0 comments on commit 7e9e320

Please sign in to comment.