Commit 9dc7e2b1 authored by Hasang Cho's avatar Hasang Cho
Browse files

fix(mod.ts): remove useless console.log

parent fd6377d7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ import { command as webfinger } from "./webfinger.ts";
const colorEnabled = Deno.stdout.isTerminal() &&
  Deno.env.get("NO_COLOR") === undefined;
setColorEnabled(colorEnabled);
console.log("Color Enabled:", colorEnabled);

const command = new Command()
  .name("fedify")