Skip to content

Commit ad77d7c

Browse files
committed
Code cleanup
1 parent 3625530 commit ad77d7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mezz/sys-ports.reb

-5
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ make-port*: func [
6565

6666
; Create the port with the correct scheme spec:
6767
port: make system/standard/port []
68-
; prin "spec: " probe spec
69-
; prin "scheme/spec: " probe scheme/spec
70-
; prin "system/standard/port-spec-head: " probe system/standard/port-spec-head
7168
port/spec: make any [scheme/spec system/standard/port-spec-head] spec
7269
port/spec/scheme: name
7370
port/scheme: scheme
@@ -96,8 +93,6 @@ url-parser: make object! [
9693
out: make block! 14
9794
value: none
9895

99-
probe system/catalog/bitsets
100-
10196
;-- Basic Character Sets
10297
digit: system/catalog/bitsets/numeric
10398
alpha: system/catalog/bitsets/alpha

0 commit comments

Comments
 (0)