Skip to content

Commit 0105611

Browse files
author
Piotr Siatka
committed
Remove unused statemetns.
1 parent 369eb34 commit 0105611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/OneDriveService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export class OneDriveService extends FileBrowserService {
6767
const fileInfo = await fileInfoResult.json();
6868
const oneDrvieFileUrl = fileInfo["@content.downloadUrl"];
6969

70-
console.log(oneDrvieFileUrl);
7170
const fileDownloadResult = await this.context.httpClient.get(oneDrvieFileUrl, SPHttpClient.configurations.v1, {
7271
headers: new Headers(),
7372
method: 'GET',

0 commit comments

Comments
 (0)