Skip to content

Commit eb32e37

Browse files
committed
Remove mention of the WiFi from the troubleshooting pages
1 parent c10f313 commit eb32e37

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

troubleshooting/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ Explain it to someone else
3636

3737
Check the log file for errors
3838
: If your program has an error in it, it will stop running or not run at all.
39-
Check [the log file](/docs/troubleshooting/python#ReadingTheLogs) either through the
40-
robot [WiFi](/docs/kit/wifi) interface or look at the log file on the USB stick to
41-
see any error reports.
39+
Check [the log file](/docs/troubleshooting/python#ReadingTheLogs) on the USB
40+
stick to see any error reports.
4241

4342
Print all the things
4443
: Adding `print` statements
@@ -50,8 +49,7 @@ Print all the things
5049

5150
On the robots the output from any `print` statements will end up
5251
in [the log file](/docs/troubleshooting/python#ReadingTheLogs), which can
53-
be viewed either in the robot [WiFi](/docs/kit/wifi) interface or on
54-
the USB stick.
52+
be viewed on the USB stick.
5553

5654
Check the docs
5755
: It's very easy to end up thinking that you know how something works

troubleshooting/python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ If you encounter one that isn't on this list, quickly check your code and search
1313
## [Reading the Logs](#ReadingTheLogs) {#ReadingTheLogs}
1414

1515
When your program runs on the robot, the output of `print` statements and any
16-
errors which occur are written to a log file. You can view this log file via the
17-
robot [WiFi](/docs/kit/wifi) interface (by touching the menu icon in the
18-
top-left, followed by "Logs"). It is also written to the USB stick as `log.txt`.
16+
errors which occur are written to a log file on the USB stick as `log.txt`.
1917

2018
## [Syntax Error](#SyntaxError) {#SyntaxError}
2119

0 commit comments

Comments
 (0)