@lolyjs/core 0.2.0-alpha.5 → 0.2.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5936,7 +5936,6 @@ function bootstrapClient(routes, notFoundRoute, errorRoute = null) {
5936
5936
  function withCache(fn, options) {
5937
5937
  const ttl = options.ttl ?? 60;
5938
5938
  return async function cachedGssp(ctx) {
5939
- console.log("TTL", ttl);
5940
5939
  return await fn(ctx);
5941
5940
  };
5942
5941
  }