refactor(editor): Clean up feature flag for the log view (#15606)

This commit is contained in:
Suguru Inoue
2025-06-10 10:15:22 +02:00
committed by GitHub
parent 25567f6f0e
commit d68a776e5c
69 changed files with 2402 additions and 3323 deletions

View File

@@ -163,9 +163,6 @@ export interface FrontendSettings {
folders: {
enabled: boolean;
};
logsView: {
enabled: boolean;
};
banners: {
dismissed: string[];
};