Skip to content

Commit

Permalink
unneed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Nov 21, 2024
1 parent a269bee commit 3bf097f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/php/storage-bundle/Entity/MultipartUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ public function getUploadId(): string

public function setUploadId(string $uploadId): void
{
file_put_contents("log.txt", "nandalo setuploadid");
$this->uploadId = $uploadId;
}

Expand Down

0 comments on commit 3bf097f

Please sign in to comment.