@elizaos/core 1.0.0-alpha.24 → 1.0.0-alpha.26

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
@@ -10574,7 +10574,6 @@ var TaskService = class _TaskService extends Service {
10574
10574
  static async start(runtime) {
10575
10575
  const service = new _TaskService(runtime);
10576
10576
  await service.startTimer();
10577
- await service.createTestTasks();
10578
10577
  return service;
10579
10578
  }
10580
10579
  /**