Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 6, 2018
1 parent 2b14b40 commit bb9a591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/getcredentials/json.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<tr>
<script>
var data = JSON.parse({{ .Value | MapToString }});
console.log(data);
document.getElementById("{{.ID}}").innerHTML = JSON.stringify(data, undefined, 2);
</script>
<td colspan=4 class="dont-break-out"><pre id="{{.ID}}" class="dont-break-out"></pre></td>
Expand Down

0 comments on commit bb9a591

Please sign in to comment.