Skip to content

Commit 261b45e

Browse files
committed
fix: remove debug logging of adminForth config in createResource
1 parent b79bee4 commit 261b45e

File tree

1 file changed

+0
-2
lines changed
  • adminforth/commands/createResource

1 file changed

+0
-2
lines changed

adminforth/commands/createResource/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { stringify } from 'flatted';
21
import { callTsProxy, findAdminInstance } from "../callTsProxy.js";
32
import { toTitleCase } from '../utils.js';
43
import { generateResourceFile } from "./generateResourceFile.js";
@@ -8,7 +7,6 @@ import { select } from "@inquirer/prompts";
87
export default async function createResource(args) {
98
console.log("Bundling admin SPA...");
109
const instance = await findAdminInstance();
11-
console.log("🪲 AdminForth config:", stringify(instance.file));
1210
console.log("🪲 Found admin instance:", instance.file);
1311
console.log("🪲 Found admin instance:", instance.file);
1412
console.log(JSON.stringify(instance));

0 commit comments

Comments
 (0)