From c289a42ad051a57ba612479476ead9a219eee39a Mon Sep 17 00:00:00 2001 From: abe33 Date: Mon, 8 Oct 2018 14:31:03 +0200 Subject: [PATCH] :fire: logs --- test/json/actions/new_file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/json/actions/new_file.js b/test/json/actions/new_file.js index ee097ca..4b59254 100644 --- a/test/json/actions/new_file.js +++ b/test/json/actions/new_file.js @@ -9,7 +9,6 @@ const {kite} = require('../../../src/kite'); module.exports = (action) => { beforeEach('new file action', () => { - console.log(vscode.Uri.file('untitled:' + jsonPath(action.properties.file))) return vscode.window.showTextDocument(vscode.Uri.parse('untitled:' + jsonPath(action.properties.file))) .then((editor) => { return editor;