clean: remove debug log from puterfs.unlink

This commit is contained in:
KernelDeimos
2025-11-04 21:16:10 -05:00
committed by Eric Dubé
parent a5c26eaece
commit b853383c6e
-1
View File
@@ -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.');