We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538c4f6 commit 96b23ebCopy full SHA for 96b23eb
debug_toolbar/static/debug_toolbar/js/history.js
@@ -15,7 +15,6 @@ $$.on(djDebug, "click", ".switchHistory", function (event) {
15
16
ajaxForm(this).then(function (data) {
17
djDebug.setAttribute("data-store-id", newStoreId);
18
- console.log("New id is" + newStoreId);
19
// Check if response is empty, it could be due to an expired store_id.
20
if (Object.keys(data).length === 0) {
21
const container = document.getElementById("djdtHistoryRequests");
0 commit comments