Commit 761291c9 authored by Murray Smith's avatar Murray Smith

removed left-over console.log

parent 2406cd4b
......@@ -571,7 +571,7 @@
// Update button text and button title.
updateButtonText: function() {
var options = this.getSelected();
console.log(options);
// First update the displayed button text.
$('button', this.$container).html(this.options.buttonText(options, this.$select));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment