Remove debug/formatting

This commit is contained in:
Jake
2015-01-26 22:33:26 -06:00
parent c428499959
commit 5a258bb651
2 changed files with 3 additions and 3 deletions

View File

@@ -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();
});