Skip to content

Commit d00b750

Browse files
committed
refactor: #86ew03681 Remove console log for upload link in ImageField component
- Removed the console log statement that displayed the upload link during file uploads in the ImageField component to clean up the code and reduce unnecessary logging.
1 parent b8183b9 commit d00b750

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

admin_panel/components/inputs/ImageField.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export default {
7171
let file = await this.extractImage();
7272
this.uploadPending = true;
7373
74-
console.log("Uploading file to:", fileProvider.getUploadLink());
75-
7674
// If there's an existing image, remove it first without triggering updates
7775
if (this.fileDoc != null && this.fileDoc._id) {
7876
try {

0 commit comments

Comments
 (0)