mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
clean: remove debug log from puterfs.unlink
This commit is contained in:
@@ -53,7 +53,6 @@ class PuterFSProvider {
|
||||
}
|
||||
|
||||
async #rmnode ({ node, options }) {
|
||||
console.log('USING THE NEW IMPLEMENTATION');
|
||||
// Services
|
||||
if ( ! options.override_immutable && await node.get('immutable') ) {
|
||||
throw new APIError(403, 'File is immutable.');
|
||||
|
||||
Reference in New Issue
Block a user