mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
refactor(ui): remove console logging
This commit is contained in:
parent
48b6b6340b
commit
4cc08d7211
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue