File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ def autonomous(self):
287287
288288 self .__nt .putString ("mode" , "auto" )
289289 self .__nt .putBoolean ("is_ds_attached" , self .ds .isDSAttached ())
290- wpilib .LiveWindow .setEnabled (False )
291290
292291 self ._on_mode_enable_components ()
293292
@@ -313,7 +312,6 @@ def disabled(self):
313312
314313 self .__nt .putString ("mode" , "disabled" )
315314 ds_attached = None
316- wpilib .LiveWindow .setEnabled (False )
317315
318316 self ._on_mode_disable_components ()
319317 try :
@@ -361,7 +359,6 @@ def operatorControl(self):
361359 # don't need to update this during teleop -- presumably will switch
362360 # modes when ds is no longer attached
363361 self .__nt .putBoolean ("is_ds_attached" , self .ds .isDSAttached ())
364- wpilib .LiveWindow .setEnabled (False )
365362
366363 # initialize things
367364 self ._on_mode_enable_components ()
@@ -403,7 +400,6 @@ def test(self):
403400
404401 self .__nt .putString ("mode" , "test" )
405402 self .__nt .putBoolean ("is_ds_attached" , self .ds .isDSAttached ())
406- wpilib .LiveWindow .setEnabled (True )
407403
408404 try :
409405 self .testInit ()
You can’t perform that action at this time.
0 commit comments