diff --git a/index.php b/index.php
index 0df525f..7377808 100644
--- a/index.php
+++ b/index.php
@@ -870,8 +870,6 @@
party_variables.forEach(element => console.log("
" + Object.keys(element)[0] + "
" + "" + element + "
"));
encounter_variables.forEach(element => console.log("" + Object.keys(element)[0] + "
" + "" + element + "
"));
-
-
//Fill the tables
console.log(
""
@@ -902,7 +900,7 @@
$("#diff_summary").html("");
}
};
+ console.log("Done!");
-