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

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.js CHANGED
@@ -5894,7 +5894,6 @@ function bootstrapClient(routes, notFoundRoute, errorRoute = null) {
5894
5894
  function withCache(fn, options) {
5895
5895
  const ttl = options.ttl ?? 60;
5896
5896
  return async function cachedGssp(ctx) {
5897
- console.log("TTL", ttl);
5898
5897
  return await fn(ctx);
5899
5898
  };
5900
5899
  }