removed console.log()

This commit is contained in:
smilerz
2021-04-16 15:21:21 -05:00
parent 2ecc0ab680
commit 059987fd9f

View File

@@ -683,7 +683,6 @@
'data': this.source_data,
'auto':this.automatic,
'mode':this.mode}, {emulateJSON: true}).then((response) => {
console.log(response.data)
this.recipe_json = response.data['recipe_json'];
this.recipe_tree = response.data['recipe_tree'];
this.recipe_html = response.data['recipe_html'];
@@ -955,4 +954,4 @@
});
</script>
{% endblock %}
{% endblock %}