From f9d9658268f6d5de955ae7222c6eebf56d4c1b58 Mon Sep 17 00:00:00 2001 From: Mark Faga Date: Tue, 2 Sep 2025 12:05:16 -0400 Subject: [PATCH] chore: remove deprecation warning --- src/prefab.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/prefab.ts b/src/prefab.ts index 8737098..475a668 100644 --- a/src/prefab.ts +++ b/src/prefab.ts @@ -149,9 +149,6 @@ export class Prefab { } get configs(): Record { - // Log message in yellow without adding chalk dependency - console.warn("\x1b[33m%s\x1b[0m", 'Deprecated: Use "prefab.extract" instead'); - return this._configs; }