Remove log

This commit is contained in:
Valtteri Karesto
2022-06-02 16:35:18 +03:00
parent 57403e42dd
commit bd1226fe90

View File

@@ -67,7 +67,6 @@ export const fetchFiles = (gistId: string) => {
return 0 return 0
}; };
if (aExtension === bExtension) { if (aExtension === bExtension) {
console.log('tääl')
if (a.name > b.name) { if (a.name > b.name) {
return 1; return 1;
} }