Skip to content

Commit

Permalink
#271 remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Sep 28, 2023
1 parent eeffa26 commit 2f62cd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capsul/ui/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ <h1>Capsul engines</h1>
{% block script %}
<script>
function set_engines(engines_status) {
console.log('!1!', engines_status)
let engines_table = document.getElementById("engines_table");
engines_status.forEach(engine_status => {
let tr = document.createElement("tr");
Expand Down

0 comments on commit 2f62cd0

Please sign in to comment.