Skip to content

Commit 96b23eb

Browse files
committed
Remove console.log
1 parent 538c4f6 commit 96b23eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug_toolbar/static/debug_toolbar/js/history.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ $$.on(djDebug, "click", ".switchHistory", function (event) {
1515

1616
ajaxForm(this).then(function (data) {
1717
djDebug.setAttribute("data-store-id", newStoreId);
18-
console.log("New id is" + newStoreId);
1918
// Check if response is empty, it could be due to an expired store_id.
2019
if (Object.keys(data).length === 0) {
2120
const container = document.getElementById("djdtHistoryRequests");

0 commit comments

Comments
 (0)