1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

refactor(ui): remove console logging

This commit is contained in:
Anthony Lapenna 2016-07-14 12:07:37 +12:00
parent b857970236
commit 8c769148ad

View file

@ -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;