Skip to content

Commit

Permalink
Chore: removed unused property (#14775)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Jan 27, 2025
1 parent 7533c95 commit c168164
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/ai-chat/src/browser/change-set-file-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
// *****************************************************************************

import { ILogger, URI } from '@theia/core';
import { URI } from '@theia/core';
import { inject, injectable, postConstruct } from '@theia/core/shared/inversify';
import { ChangeSetElement, ChangeSetImpl } from '../common';
import { createChangeSetFileUri } from './change-set-file-resource';
Expand All @@ -41,9 +41,6 @@ export interface ChangeSetElementArgs extends Partial<ChangeSetElement> {
@injectable()
export class ChangeSetFileElement implements ChangeSetElement {

@inject(ILogger)
protected readonly logger: ILogger;

@inject(ChangeSetElementArgs)
protected readonly elementProps: ChangeSetElementArgs;

Expand Down

0 comments on commit c168164

Please sign in to comment.