Skip to content

Commit edf4795

Browse files
committed
delete unrelated file from branch
1 parent 613c8f5 commit edf4795

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

devtools/test_dashboard/server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ var PORT = process.argv[2] || 3000;
1616
var server = http.createServer(ecstatic({
1717
root: constants.pathToRoot,
1818
cache: 0,
19-
gzip: true,
20-
cors: true
19+
gzip: true
2120
}));
2221

2322
// Make watchified bundle for plotly.js

0 commit comments

Comments
 (0)