update dependencies, python3.13, remove logging

This commit is contained in:
Lucas Jensen
2024-12-07 21:00:35 -08:00
parent 693f06bdff
commit c8bd1b8888
6 changed files with 1076 additions and 1000 deletions

View File

@@ -68,7 +68,6 @@ export const getRoot = async (): Promise<TheGrapefruitsDuoAPI> => {
),
),
);
console.log(tgd);
return tgd;
};