We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9f995 commit ae42629Copy full SHA for ae42629
packages/plugin-nft-collections/src/services/reservoir.ts
@@ -72,12 +72,7 @@ export class ReservoirService {
72
await this.rateLimiter.consume("reservoir", 1);
73
}
74
const reservoirApiKey = runtime.getSetting("RESERVOIR_API_KEY");
75
- console.log(
76
- "########################################################################################################################",
77
- `https://api.reservoir.tools${endpoint}?${new URLSearchParams(
78
- params
79
- ).toString()}`
80
- );
+
81
// Make the request with retries
82
const result = await pRetry(
83
async () => {
0 commit comments