From e0a0a05523c5ba2e1cd07d34e0d72dac5f03211e Mon Sep 17 00:00:00 2001 From: adiguno Date: Thu, 20 Feb 2025 05:54:16 -0500 Subject: [PATCH] remove comment in main.ts --- main.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.ts b/main.ts index 9aafe97..57f673e 100644 --- a/main.ts +++ b/main.ts @@ -9,11 +9,6 @@ import { WorkspaceLeaf, } from "obsidian"; -// Remember to rename these classes and interfaces! -// -// Custom views need to be registered when the plugin is enabled, -// and cleaned up when the plugin is disabled: - interface PluginSettings { openAiKey: string; }