diff --git a/static/js/Logger.js b/static/js/Logger.js index 081c3d6..3c3d186 100644 --- a/static/js/Logger.js +++ b/static/js/Logger.js @@ -8,7 +8,6 @@ BD.Event.ArrowClicked.prototype.send = function() { var data = {}; - data.session_id = session_id; data.arrow_id = this.arrow_id; var xhr = new XMLHttpRequest();