Skip to content

Commit a14cd85

Browse files
authored
Remove debug logging
1 parent e4e65d1 commit a14cd85

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

layouts/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 class="mb-5">Downloads</h2>
6666

6767
<div id="downloads-nightly">
6868
<h3>Nightly</h3>
69-
<p class="mt-2 mb-5">Fresh doukutsu-rs builds, compiled on each commit of <code>master</code> and features branch.</p>
69+
<p class="mt-2 mb-5">Fresh doukutsu-rs builds, compiled on each commit of <code>master</code> branch.</p>
7070

7171
<div class="columns is-multiline">
7272
{{ range .Site.Params.downloads.platforms }}
@@ -76,7 +76,7 @@ <h3>Nightly</h3>
7676
</div>
7777
<div class="mt-6" id="downloads-stable">
7878
<h3>Stable</h3>
79-
<p class="mt-2 mb-5">The latest changes and fixes are missing, but in general all features are tested and works fine.</p>
79+
<p class="mt-2 mb-5">The latest changes and fixes are missing, but in general all features are tested and work fine.</p>
8080

8181
<div class="columns is-multiline">
8282
{{ range .Site.Params.downloads.platforms }}
@@ -153,7 +153,6 @@ <h3>Stable</h3>
153153

154154
for (const platform in data) {
155155
const info = data[platform];
156-
console.log(info);
157156
if (info.version !== undefined) {
158157
const container = document.getElementById(`downloads-${channel}-${platform}`);
159158

@@ -178,8 +177,6 @@ <h3>Stable</h3>
178177

179178
return;
180179
}
181-
182-
183180
}
184181

185182
(async() => {

0 commit comments

Comments
 (0)