mirror of https://github.com/portainer/portainer
refactor(ui): remove console logging
parent
48b6b6340b
commit
4cc08d7211
|
@ -1,5 +1,4 @@
|
|||
function ImageViewModel(data) {
|
||||
console.log(JSON.stringify(data, null, 4));
|
||||
this.Id = data.Id;
|
||||
this.Tag = data.Tag;
|
||||
this.Repository = data.Repository;
|
||||
|
|
Loading…
Reference in New Issue