From 16c81e5d0768149a6b45cf138cfdaae7f57f0272 Mon Sep 17 00:00:00 2001 From: binekrasik Date: Sat, 23 May 2026 14:55:36 +0200 Subject: [PATCH] revert: "add notice" --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index f2040ec..c95277c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -5,7 +5,7 @@ import { Terminal } from './terminal/Terminal' import { EventBroadcaster } from './utils/EventBroadcaster' export const WEBSHELL_VERSION = "0.2.1" -export const INFO_COMMENT: string | null = "This branch is a part of a school project." +export const INFO_COMMENT: string | null = null // initialize object store for webfs let WebfsDatabase: IDBDatabase | null = null