Skip to content

Commit fec848c

Browse files
committed
refactor(utils): remove unused logger import from model module
Remove unnecessary logger import that was not being used in the model module, cleaning up the code and reducing unnecessary dependencies. 移除模型模块中未使用的日志记录器导入, 清理代码并减少不必要的依赖项。 Change-Id: Id822afebaa63fb7716895b3f78dafec03895df36 Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent 873aefe commit fec848c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* This module defines common data models.
66
*/
77

8-
import { logger } from './log';
98

109
/**
1110
* Resource status enum

0 commit comments

Comments
 (0)