fix(logger): remove build verification comment from logger export

This commit is contained in:
2026-03-05 14:13:58 +00:00
parent 2d33c037ba
commit 0f41b0d8c7
4 changed files with 9 additions and 3 deletions

View File

@@ -94,5 +94,5 @@ class StandardLogger {
}
}
// Export a singleton instance (build verification)
// Export a singleton instance
export const logger = new StandardLogger();