aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bunfig.zig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bunfig.zig b/src/bunfig.zig
index c22834006..46d14ff0f 100644
--- a/src/bunfig.zig
+++ b/src/bunfig.zig
@@ -96,14 +96,6 @@ pub const Bunfig = struct {
this.bunfig.port = 3000;
}
}
-
- if (expr.get("port")) |port| {
- try this.expect(port, .e_number);
- this.bunfig.port = port.data.e_number.toU16();
- if (this.bunfig.port.? == 0) {
- this.bunfig.port = 3000;
- }
- }
}
}