diff --git a/state/actions/fetchFiles.ts b/state/actions/fetchFiles.ts index 0eba536..c4d947d 100644 --- a/state/actions/fetchFiles.ts +++ b/state/actions/fetchFiles.ts @@ -67,7 +67,6 @@ export const fetchFiles = (gistId: string) => { return 0 }; if (aExtension === bExtension) { - console.log('tääl') if (a.name > b.name) { return 1; }