remove logs
parent
8c0c777c65
commit
3d6e9b7e4d
|
@ -21,10 +21,6 @@ export function getClassNameMeta(
|
|||
}))
|
||||
}
|
||||
|
||||
if (info === undefined) {
|
||||
console.log({ classNameOrParts })
|
||||
}
|
||||
|
||||
return {
|
||||
source: info.__source,
|
||||
pseudo: info.__pseudo,
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue