From 68e73c8f8f930194a9a540b40b74d1605e55dab5 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 5 Oct 2020 19:56:41 +0200 Subject: [PATCH] Removed comment from old package --- .../components/watch-video-comments/watch-video-comments.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.js b/src/renderer/components/watch-video-comments/watch-video-comments.js index d3a7c438..bc647247 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.js +++ b/src/renderer/components/watch-video-comments/watch-video-comments.js @@ -4,8 +4,7 @@ import FtCard from '../ft-card/ft-card.vue' import FtLoader from '../../components/ft-loader/ft-loader.vue' import FtSelect from '../../components/ft-select/ft-select.vue' import FtTimestampCatcher from '../../components/ft-timestamp-catcher/ft-timestamp-catcher.vue' - -import CommentScraper from 'yt-comment-scraper' //'D:\\Workspace\\JavaScript\\yt-comment-scraper\\index.js' +import CommentScraper from 'yt-comment-scraper' export default Vue.extend({ name: 'WatchVideoComments',