Commit 21afb4c
committed
minor #4445 Removed unnecessary use statement (Alex Salguero)
This PR was merged into the 2.3 branch.
Discussion
----------
Removed unnecessary use statement
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets |
Found a rather unnecessary "use" statement in the code example in the "debugging" cookbook. Makes it difficult to spot the changes between one code example and the following one and know what changed.
Commits
-------
6a9162b Removed unnecessary use statement in code example in the debugging cookbook1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments