Skip to content

Commit 2d95f34

Browse files
committed
chore: removed console.log from push result
1 parent b7e388e commit 2d95f34

File tree

1 file changed

+1
-2
lines changed
  • packages/cli/src/commands/schema

1 file changed

+1
-2
lines changed

packages/cli/src/commands/schema/push.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ export const CommandSchemaPush = async ({
3333
accountName: resolve.namespace,
3434
projectName: resolve.project,
3535
});
36-
const t = await Editor.saveFilesToCloud(p.id, [
36+
await Editor.saveFilesToCloud(p.id, [
3737
{
3838
content: schema,
3939
name: 'schema-latest.graphql',
4040
type: 'application/json',
4141
},
4242
]);
43-
console.log(t);
4443
};

0 commit comments

Comments
 (0)