Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dc5cdbe

Browse files
committed
Remove internal testing warning from service bindings
1 parent b3c1df4 commit dc5cdbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/plugins/bindings.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ export class BindingsPlugin
251251
});
252252
if (this.#processedServiceBindings.length) {
253253
ctx.log.warn(
254-
"Service bindings are experimental and primarily meant for internal " +
255-
"testing at the moment. There may be breaking changes in the future."
254+
"Service bindings are experimental. There may be breaking changes in the future."
256255
);
257256
}
258257
}

0 commit comments

Comments
 (0)