Skip to content

Commit

Permalink
removed a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Wicenec authored and Moritz Wicenec committed Feb 28, 2022
1 parent 600297b commit c427569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daliuge-translator/dlg/dropmake/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ $(document).ready(function () {
});

function deployAction(){
console.log("click")
$("#gen_pg_button").val("Generate & Deploy Physical Graph")
$("#dlg_mgr_deploy").prop("checked", true)
$("#pg_form").submit();
Expand Down

0 comments on commit c427569

Please sign in to comment.