Skip to content

Commit 14fa54e

Browse files
committed
clean up
1 parent a6753df commit 14fa54e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resolver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ export default class Resolver {
2929
});
3030
}
3131
render() {
32-
console.log("hello");
3332
return this.resolve().then((rawResponse) => {
34-
console.log(rawResponse);
3533
return this.adapter.render(rawResponse);
3634
});
3735
}

0 commit comments

Comments
 (0)