mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
Cleanup
This commit is contained in:
parent
2f5780d1d1
commit
eee5c9e48b
@ -191,7 +191,6 @@ module.exports = eggspress('/batch', {
|
||||
}
|
||||
|
||||
if ( fieldname === 'fileinfo' ) {
|
||||
console.log('PARSING FILEINFO???', value);
|
||||
fileinfos.push(JSON.parse(value));
|
||||
return;
|
||||
}
|
||||
@ -210,7 +209,6 @@ module.exports = eggspress('/batch', {
|
||||
|
||||
req.body[fieldname] = value;
|
||||
} catch (e) {
|
||||
console.log('GOT REQUEST ERROR', e);
|
||||
request_error = e;
|
||||
req.unpipe(busboy);
|
||||
res.set("Connection", "close");
|
||||
|
Loading…
Reference in New Issue
Block a user