mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
clean: remove a console.log
This commit is contained in:
parent
e011df1a20
commit
9e88096e7e
@ -95,8 +95,6 @@ module.exports = {
|
||||
Object.assign(parameters, options);
|
||||
}
|
||||
|
||||
console.log('parameters being passed', parameters);
|
||||
|
||||
let retval;
|
||||
try {
|
||||
retval = await bound_fn(parameters);
|
||||
|
Loading…
Reference in New Issue
Block a user