Skip to content

Commit 1b0f62f

Browse files
committed
Log removed
1 parent 8003efd commit 1b0f62f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/apollo/src/commands/client/download-schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default class SchemaDownload extends ClientCommand {
2828
let gitContext;
2929
await this.runTasks(({ args, project, flags }) => {
3030
const isSDLFormat = flags.target && flags.target.toUpperCase() === "SDL";
31-
console.log(args);
3231
const output =
3332
args.output || (isSDLFormat ? "schema.graphql" : "schema.json");
3433
return [

0 commit comments

Comments
 (0)