From f4c22e088e9c79be02835fb1cdbf4f913a89b7e3 Mon Sep 17 00:00:00 2001 From: Jeroen Pfeil Date: Wed, 4 Sep 2024 19:51:47 +0700 Subject: [PATCH] Remove old comments --- vendor/wp-now/src/symlink-manager.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/vendor/wp-now/src/symlink-manager.ts b/vendor/wp-now/src/symlink-manager.ts index eb628ed5..215f9134 100644 --- a/vendor/wp-now/src/symlink-manager.ts +++ b/vendor/wp-now/src/symlink-manager.ts @@ -211,12 +211,4 @@ export class SymlinkManager { } } } -} - -/** - * 1. All events come in as 'rename' - * 2. If the file is no longer there, it means it was deleted. Check the symlinks map and remove it if it was a symlink - * 3. If the file is not a symlink, ignore it - * 4. If the file is a symlink and it does not yet exist in the map, add it - * 5. If the file is a symlink and it exists in the map, update it - */ \ No newline at end of file +} \ No newline at end of file