mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
nushell: remove debug print
This commit is contained in:
parent
82446cf66b
commit
83cdf1bf2b
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ module dump {
|
||||||
export def to-dump []: path -> string {
|
export def to-dump []: path -> string {
|
||||||
let path = $in
|
let path = $in
|
||||||
|
|
||||||
print $path (dump-path)
|
|
||||||
|
|
||||||
$path
|
$path
|
||||||
| path relative-to (dump-path)
|
| path relative-to (dump-path)
|
||||||
| path split
|
| path split
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue