Remove debug log

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-10-03 11:38:55 +09:00
parent 832aeaea65
commit 8dcaef9834
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -60,7 +60,6 @@ $(document).ready(() => {
methods: {
onChangePluginName: function(name) {
console.log("#in-tail-parse onChangePluginName", name);
console.log("#in-tail-parse onChangePluginName store", this.$store);
this.parseType = name;
this.parse = {}; // clear parser plugin configuration
},