Skip to content

Commit f086b33

Browse files
committed
fix: remove console log for loading config path in getAdminInstance function
1 parent eb01fe7 commit f086b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/commands/createCustomComponent/configLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dotenv.config({ path: '.env', override: true });
1010
export async function getAdminInstance() {
1111
const configFileName = 'index.ts';
1212
const configPath = path.resolve(process.cwd(), configFileName);
13-
console.log('Loading config from', configPath);
1413
try {
1514
await fs.access(configPath);
1615
} catch (error) {

0 commit comments

Comments
 (0)