Skip to content

Commit 23e3fee

Browse files
authored
Merge pull request #100 from edh649/patch-1
remove dd from Files upload
2 parents 81c4071 + 147f029 commit 23e3fee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/Files.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function rename(string $name, string $id, string $type = 'me'): array
7575
public function upload(string $name, string $uploadPath, string $path = '', string $type = 'me', string $behavior = 'rename'): void
7676
{
7777
$uploadSession = $this->createUploadSession($name, $path, $type, $behavior);
78-
dd($uploadSession);
7978
$uploadUrl = $uploadSession['uploadUrl'];
8079

8180
$fragSize = 320 * 1024;

0 commit comments

Comments
 (0)