Skip to content

Commit b6126e7

Browse files
committed
remove logging
1 parent 65d3980 commit b6126e7

File tree

1 file changed

+1
-1
lines changed
  • packages/wrangler/src/versions

1 file changed

+1
-1
lines changed

packages/wrangler/src/versions/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const versionsViewCommand = createCommand({
114114
const bindings = version.resources.bindings.filter(
115115
(binding) => binding.type !== "secret_text"
116116
);
117-
logRaw(JSON.stringify(bindings, null, 2));
117+
118118
if (bindings.length > 0) {
119119
printBindings(
120120
(await convertBindingsToCfWorkerInitBindings(bindings)).bindings

0 commit comments

Comments
 (0)