@voltagent/server-core 1.0.27 → 1.0.28

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
@@ -5051,8 +5051,6 @@ var BaseServerProvider = class {
5051
5051
  description: trigger.summary ?? trigger.description ?? trigger.definition?.description
5052
5052
  });
5053
5053
  });
5054
- } else {
5055
- this.logger.info("[volt] No trigger endpoints discovered during startup");
5056
5054
  }
5057
5055
  return endpoints;
5058
5056
  }