Skip to content

Commit 03918cc

Browse files
committed
chore: Remove dead code
1 parent da7839a commit 03918cc

File tree

4 files changed

+1
-571
lines changed

4 files changed

+1
-571
lines changed

drive/metadisplayer/metadisplayer.html

Lines changed: 0 additions & 163 deletions
This file was deleted.

sheets/snippets/base_test.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
var filesToDelete = [];
15+
let filesToDelete = [];
1616
function deleteFileOnCleanup(fileId) {
1717
filesToDelete.push(fileId);
1818
}
@@ -26,13 +26,6 @@ function tearDown() {
2626
}
2727
}
2828

29-
function cleanup() {
30-
return this.driveService.then((drive) => {
31-
const deleteFile = Promise.denodeify(drive.files.delete).bind(drive.files);
32-
return this.filesToDelete.map((id) => deleteFile({fileId: id}));
33-
});
34-
};
35-
3629
function createTestSpreadsheet(callback) {
3730
gapi.client.sheets.spreadsheets.create({
3831
properties: {

sheets/snippets/test_snippets.js

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)