2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Remove debug message

This commit is contained in:
Oliver
2023-04-17 16:38:39 +10:00
parent 779857b182
commit 92807a9c1c

View File

@ -433,7 +433,6 @@ function setupNotesField(element, url, options={}) {
inventreeFormDataUpload('{% url "api-notes-image-list" %}', form_data, {
success: function(response) {
console.log("Uploading image:", response.image);
onSuccess(response.image);
},
error: function(xhr, status, error) {