mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
ui: remove old console logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user