Skip to content

Commit dbcf021

Browse files
committed
Remove comments
1 parent a895fd1 commit dbcf021

File tree

1 file changed

+0
-1
lines changed
  • exercises/static/exercises/global_navigation/react-components

1 file changed

+0
-1
lines changed

exercises/static/exercises/global_navigation/react-components/WebGUI.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ function WebGUI(props) {
144144

145145
return (
146146
<WebGUIContainer>
147-
{/* <WebGUIImage id="left_img" style={{ left: "0" }} src={CityMap} /> */}
148147
<img src={CityMap} alt="" className="exercise-canvas" id="exercise-img"
149148
onClick={ function pickLoc(event){
150149
var data = destinationPicker(event)

0 commit comments

Comments
 (0)