refactor(ui): remove console logging

pull/83/head
Anthony Lapenna 8 years ago
parent b857970236
commit 8c769148ad

@ -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…
Cancel
Save