ui: remove old console logs

This commit is contained in:
Matthew Penner 2021-07-21 12:21:10 -06:00
parent 3b1a0e22a7
commit 23de3d68f3
4 changed files with 0 additions and 15 deletions

View file

@ -13,8 +13,6 @@ export default (id: number, node: Partial<Node>, include: string[] = []): Promis
data[key2] = node[key];
});
console.log(data);
return new Promise((resolve, reject) => {
http.patch(`/api/application/nodes/${id}`, {
...data,