From 5bc05448fdf47dc48bd9f541b29f3ebfeb852412 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 8 Apr 2026 15:54:09 -0500 Subject: [PATCH] purge comment --- src/webpage/utils/progessiveLoad.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/webpage/utils/progessiveLoad.ts b/src/webpage/utils/progessiveLoad.ts index 134769b..6daa41d 100644 --- a/src/webpage/utils/progessiveLoad.ts +++ b/src/webpage/utils/progessiveLoad.ts @@ -315,12 +315,3 @@ export async function ProgessiveDecodeJSON( await prog.ready; return identifyType(prog) as Promise>; } -/* -const test = [1, 2, 3, 4, 5, 6]; -const blob = new Blob([JSON.stringify(test)]); -ProgessiveDecodeJSON("https://api.github.com/repos/spacebarchat/server/git/refs") - .then(async (obj) => { - console.log(await obj.getWhole()); //returns the ping object - }) - .then(console.warn); -//*/