Skip to content

Commit

Permalink
refactor: remove debug code (#4951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 7, 2023
1 parent fce12ff commit 4972a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cspell-lib/src/lib/util/resolveFile.ts
Expand Up @@ -23,7 +23,6 @@ const testNodeModules = /^node_modules\//;
* @param relativeTo absolute path
*/
export function resolveFile(filename: string, relativeTo: string): ResolveFileResult {
filename.startsWith('@cspell/cspell-json') && console.warn('%o', { filename, relativeTo });
filename = filename.replace(/^~/, os.homedir());
const steps: { filename: string; fn: (f: string, r: string) => ResolveFileResult }[] = [
{ filename, fn: tryUrl },
Expand Down

0 comments on commit 4972a77

Please sign in to comment.