Skip to content

Commit

Permalink
Removed console.log, used packer
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLauer committed Feb 19, 2024
1 parent d02b2ea commit 2d24a69
Show file tree
Hide file tree
Showing 2 changed files with 812 additions and 3 deletions.
814 changes: 812 additions & 2 deletions inst/packer/virtual-select.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion srcjs/inputs/virtual-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ $.extend(virtualSelectBinding, {
data = JSON.parse(data.text);
var config = data.config;
config.options = makeOptions(data.options);
console.log(config.options);
if (config.onServerSearch) {
config.onServerSearch = window[config.onServerSearch];
}
Expand Down

0 comments on commit 2d24a69

Please sign in to comment.