We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8003efd commit 1b0f62fCopy full SHA for 1b0f62f
1 file changed
packages/apollo/src/commands/client/download-schema.ts
@@ -28,7 +28,6 @@ export default class SchemaDownload extends ClientCommand {
28
let gitContext;
29
await this.runTasks(({ args, project, flags }) => {
30
const isSDLFormat = flags.target && flags.target.toUpperCase() === "SDL";
31
- console.log(args);
32
const output =
33
args.output || (isSDLFormat ? "schema.graphql" : "schema.json");
34
return [
0 commit comments