Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryingpannn committed Oct 22, 2024
1 parent 1d24cba commit 0aa0cc7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class TogglePearOverlayAction extends Action2 {

run(accessor: ServicesAccessor): void {
const pearaiOverlayService = accessor.get(IPearOverlayService);
console.log("TOGGLED PEARAI SERVICE 2");
pearaiOverlayService.toggle();
}
}
Expand Down

0 comments on commit 0aa0cc7

Please sign in to comment.