mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
Remove debug/formatting
This commit is contained in:
@@ -275,7 +275,6 @@ describe("Crafatar", function() {
|
||||
if (id_type == "uuid") {
|
||||
it("uuid should be rate limited", function(done) {
|
||||
networking.get_profile(id, function(err, profile) {
|
||||
console.log("THIS THING:: " + err)
|
||||
assert.strictEqual(profile.error, "TooManyRequestsException");
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user