Skip to content

Commit

Permalink
Remove forgotten print
Browse files Browse the repository at this point in the history
[Re #1543]

Removed forgotten print statement that shouldn't be there.
  • Loading branch information
joseAyudarte91 committed Aug 24, 2023
1 parent cb939f0 commit 74d61f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/gpml/service/file.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
[{:keys [storage-client-adapter
private-storage-bucket-name
private-storage-signed-url-lifespan]} file]
(prn "get private url method")
(storage-client-ext/get-blob-signed-url storage-client-adapter
private-storage-bucket-name
(:object-key file)
Expand Down

0 comments on commit 74d61f3

Please sign in to comment.