From 83cdf1bf2b0afbe8247dd271ae06a593b5281c60 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 11 Jul 2025 22:40:06 +0300 Subject: [PATCH] nushell: remove debug print --- modules/common/nushell/environment.nu | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/common/nushell/environment.nu b/modules/common/nushell/environment.nu index 11fa86d..6c63dd8 100644 --- a/modules/common/nushell/environment.nu +++ b/modules/common/nushell/environment.nu @@ -56,8 +56,6 @@ module dump { export def to-dump []: path -> string { let path = $in - print $path (dump-path) - $path | path relative-to (dump-path) | path split