remove logs

master
Brad Cornes 2021-08-13 17:50:50 +01:00
parent 8c0c777c65
commit 3d6e9b7e4d
2 changed files with 0 additions and 5 deletions

View File

@ -21,10 +21,6 @@ export function getClassNameMeta(
}))
}
if (info === undefined) {
console.log({ classNameOrParts })
}
return {
source: info.__source,
pseudo: info.__pseudo,

View File

@ -83,7 +83,6 @@ function getUserLanguages(folder?: WorkspaceFolder): Record<string, string> {
}
export async function activate(context: ExtensionContext) {
console.log(Uri.parse(`command:editor.action.addCommentLine`).toString())
let module = context.asAbsolutePath(path.join('dist', 'server', 'index.js'))
let prod = path.join('dist', 'server', 'tailwindServer.js')