Skip to content

Commit 735ce7d

Browse files
committed
FIX: removed a debug probe from the cd function
1 parent d17b0cd commit 735ce7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mezz/mezz-shell.reb

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ cd: func [
3131
form either all [
3232
not error? try [set 'val get/any path]
3333
not any-function? :val
34-
probe val
3534
][ val ][ path ]
3635
]
3736
][ form path ]

0 commit comments

Comments
 (0)