chore: remove log
This commit is contained in:
parent
c339cc4234
commit
9af3bb26d2
@ -15,7 +15,7 @@ export async function POST(request: Request) {
|
||||
const [data, error] = await parseDataSafe(Request, request);
|
||||
if (!data || error) return error;
|
||||
|
||||
console.log(data);
|
||||
// console.log(data);
|
||||
|
||||
const { machine_id, endpoint, build_log } = data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user