diff options
| author | shpuld <shp@cock.li> | 2018-04-11 00:19:28 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-11 00:19:28 +0300 |
| commit | 49aa2d5fb7e13398c2fde83966cb8ae2fe228008 (patch) | |
| tree | 0807b810223512779a55e3bfdb7a89ad02bfaf16 /src/components/chat_panel/chat_panel.js | |
| parent | f69a12a912d425c9d2b4a456a0cbbb2378babd44 (diff) | |
cleanup
Diffstat (limited to 'src/components/chat_panel/chat_panel.js')
| -rw-r--r-- | src/components/chat_panel/chat_panel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.js b/src/components/chat_panel/chat_panel.js index afde7352..d528d0a1 100644 --- a/src/components/chat_panel/chat_panel.js +++ b/src/components/chat_panel/chat_panel.js @@ -13,7 +13,6 @@ const chatPanel = { }, methods: { submit (message) { - console.log(this.currentMessage) this.$store.state.chat.channel.push('new_msg', {text: message}, 10000) this.currentMessage = '' }, |
