unneeded console.log

This commit is contained in:
velzie 2024-07-30 07:28:48 -04:00
parent 2ed32461d9
commit e4b5691ebf
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -192,9 +192,7 @@ export default function (client: ScramjetClient, self: typeof window) {
}, },
}); });
} }
} catch (e) { } catch (e) {}
console.log(e);
}
} }
} }
} }