提交 5afeacc0 编写于 作者: D Daniel Imms

Remove debug log

上级 8c97220e
......@@ -11,7 +11,6 @@ import { TPromise } from 'vs/base/common/winjs.base';
export const DEFAULT_TERMINAL_LINUX_READY = new TPromise<string>(c => {
if (env.isLinux) {
pfs.exists('/etc/debian_version').then(isDebian => {
console.log('isDebian' + isDebian);
if (isDebian) {
c('x-terminal-emulator');
} else if (process.env.DESKTOP_SESSION === 'gnome' || process.env.DESKTOP_SESSION === 'gnome-classic') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册