File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
java/server/src/org/openqa/grid/internal/utils Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ public class GridHubConfiguration {
106
106
* max number of thread for Jetty. Default is normally 255.
107
107
*/
108
108
private int jettyMaxThreads = -1 ;
109
- /**
110
- * to specify that logging level should be set to Level.DEBUG
111
- */
112
- private boolean isDebug = false ;
113
109
114
110
private Map <String , Object > allParams = new HashMap <>();
115
111
@@ -219,10 +215,6 @@ public void loadFromCommandLine(String[] args) {
219
215
if (helper .isParamPresent ("-log" )) {
220
216
logFilename = helper .getParamValue ("-log" );
221
217
}
222
- if (helper .isParamPresent ("-debug" )) {
223
- isDebug = true ;
224
- }
225
-
226
218
}
227
219
228
220
/**
@@ -383,10 +375,6 @@ public String getLogFilename() {
383
375
return logFilename ;
384
376
}
385
377
386
- public boolean isDebug () {
387
- return isDebug ;
388
- }
389
-
390
378
public Map <String , String > getGrid1Mapping () {
391
379
return grid1Mapping ;
392
380
}
You can’t perform that action at this time.
0 commit comments