Skip to content

Commit f954577

Browse files
committed
Remove debugging code.
1 parent 5ae3177 commit f954577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_layouts/publication.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h6>Similar Work</h6>
3030
$(document).ready(
3131
function() {
3232
$.getJSON('/publications-metadata/{{ page.bibkey }}.json', function(data) {
33-
alert(data);
3433
num_papers = data.length;
3534
html = "";
3635
for (let i=0; i < num_papers; i++) {

0 commit comments

Comments
 (0)