Skip to content

Commit

Permalink
Removing stray console.log (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblg authored and gigabo committed Jun 3, 2016
1 parent ee23e0e commit f7ff206
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ describe("ReactServerAgent", () => {

// only one entry; just grab it via index
var entry = cache.dataCache[URL][0];
console.log(entry);
expect(entry).toBeDefined();
expect(entry.err).toBeDefined();
expect(entry.err.response).toBeDefined();
Expand Down

0 comments on commit f7ff206

Please sign in to comment.