remove noisy debugging statements
This commit is contained in:
parent
a9fb3b816b
commit
1552236601
@ -400,8 +400,6 @@
|
||||
}
|
||||
|
||||
const populate_media_library = (rows) => {
|
||||
console.log("Populating media library with rows:");
|
||||
console.dir(rows);
|
||||
const media_library_target = document.querySelector("#media_library_contents");
|
||||
media_library_target.innerHTML = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user