Skip to content

Commit 1583ee4

Browse files
committed
Remove debugging comments in index.html
1 parent d2d6a2b commit 1583ee4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset='utf-8'/>
55
<title>osm-auth</title>
66
<script src="https://cdn.jsdelivr.net/npm/osm-auth@3/dist/osm-auth.iife.min.js"></script>
7-
<!-- <script src='../dist/osm-auth.iife.js'></script> -->
87
<link href='style.css' rel='stylesheet' type='text/css'/>
98
</head>
109

@@ -34,12 +33,8 @@ <h2>User ID: <span id="userid"></span></h2>
3433
<a href="http://www.openstreetmap.org/">OpenStreetMap API</a> over OAuth 2.0.
3534
</footer>
3635

37-
<!-- type="module" helps this run after Bun hot module reloading is ready -->
36+
<!-- type="module" helps defer this script -->
3837
<script type="module">
39-
// console.log(HELLO);
40-
var abc = 'HELLO';
41-
// var cde = AWS.ACCESS_KEY;
42-
4338
var redirectPath = window.location.origin + window.location.pathname;
4439
var auth = osmAuth({
4540
client_id: "JWXSAzNp64sIRMStTnkhMRaMxSR964V4sFgn3KUZNTA",

0 commit comments

Comments
 (0)