diff --git a/local-cli/server/util/copyToClipBoard.js b/local-cli/server/util/copyToClipBoard.js index c4c134f66..e0113ce5a 100644 --- a/local-cli/server/util/copyToClipBoard.js +++ b/local-cli/server/util/copyToClipBoard.js @@ -17,7 +17,6 @@ const xsel = path.join(__dirname, 'external/xsel'); fs.chmodSync(xsel, '0755'); /** * Copy the content to host system clipboard. - * This is only supported on Mac and Windows for now. */ function copyToClipBoard(content) { switch (process.platform) {