From 1aa86a682f5b8b154bea1dbcac56e08bc9cfced8 Mon Sep 17 00:00:00 2001 From: Astha Mohta Date: Tue, 22 Mar 2022 12:21:05 +0530 Subject: [PATCH] fix: linting changes --- samples/system-test/spanner.test.js | 1 - src/backup.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/samples/system-test/spanner.test.js b/samples/system-test/spanner.test.js index d08e6d3ae..adeee8f38 100644 --- a/samples/system-test/spanner.test.js +++ b/samples/system-test/spanner.test.js @@ -1075,7 +1075,6 @@ describe('Spanner', () => { output, new RegExp(`Backup (.+)${COPY_BACKUP_ID} (.+) is 100% complete`) ); - console.log(output); }); // update_backup_expire_time diff --git a/src/backup.ts b/src/backup.ts index 7fb9975db..34cb71dfb 100644 --- a/src/backup.ts +++ b/src/backup.ts @@ -70,7 +70,6 @@ export interface CopyBackupOptions gaxOptions?: CallOptions; } - /** * IBackup structure with backup state enum translated to string form. */