Skip to content

Commit 14bd772

Browse files
committed
minor changes
1 parent 0ad1a2e commit 14bd772

File tree

1 file changed

+3
-6
lines changed
  • SerialPrograms/Source/NintendoSwitch/DevPrograms

1 file changed

+3
-6
lines changed

SerialPrograms/Source/NintendoSwitch/DevPrograms/BoxDraw.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include "CommonFramework/VideoPipeline/VideoOverlayScopes.h"
99
#include "BoxDraw.h"
1010

11-
#include <iostream>
12-
using std::cout;
13-
using std::endl;
11+
// #include <iostream>
12+
// using std::cout;
13+
// using std::endl;
1414

1515
namespace PokemonAutomation{
1616
namespace NintendoSwitch{
@@ -179,9 +179,6 @@ void BoxDraw::update_individual_coordinates(){
179179
Y.set(y_coord);
180180
WIDTH.set(width_coord);
181181
HEIGHT.set(height_coord);
182-
183-
// double x_coord1 = std::stod("0a.4aasdf");
184-
// cout << std::to_string(x_coord1) << endl;
185182
}
186183

187184
void BoxDraw::program(SingleSwitchProgramEnvironment& env, ProControllerContext& context){

0 commit comments

Comments
 (0)