Skip to content

Commit eb351a8

Browse files
committed
Remove printing
1 parent 84b1481 commit eb351a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/resources.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ function create_showcase_tr(project) {
228228
create_anchor(project.codeLink, project.codeSource, "None", gtag_trackShowcaseLink)
229229
);
230230

231-
console.log($tr.html());
232-
233231
// Add images if they're applicable
234232
if (project.img.length > 0){
235233
$tr.append(
@@ -244,7 +242,7 @@ function create_showcase_tr(project) {
244242
project.ext
245243
));
246244
}
247-
console.log($tr)
245+
248246
return $tr;
249247
}
250248

0 commit comments

Comments
 (0)