From 0e5b7eeea775070d507a15b6c25923e55db10b58 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 16 Apr 2016 23:20:44 -0400 Subject: [PATCH] remove log --- examples/select2/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/select2/index.html b/examples/select2/index.html index e4bd2dd0..7f1e821c 100644 --- a/examples/select2/index.html +++ b/examples/select2/index.html @@ -55,7 +55,6 @@ }, options: function (options) { // update options - console.log(options) $(this.$el).select2({ data: options }) } },