File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ let cacheTimestamp = Date.now();
11
11
function clearProjectDirectoryCache ( ) {
12
12
projectDirectoryCache . clear ( ) ;
13
13
cacheTimestamp = Date . now ( ) ;
14
- console . log ( '🗑️ Project directory cache cleared' ) ;
15
14
}
16
15
17
16
// Load project configuration file
@@ -73,7 +72,6 @@ async function extractProjectDirectory(projectName) {
73
72
return projectDirectoryCache . get ( projectName ) ;
74
73
}
75
74
76
- console . log ( `🔍 Extracting project directory for: ${ projectName } ` ) ;
77
75
78
76
const projectDir = path . join ( process . env . HOME , '.claude' , 'projects' , projectName ) ;
79
77
const cwdCounts = new Map ( ) ;
@@ -155,7 +153,6 @@ async function extractProjectDirectory(projectName) {
155
153
156
154
// Cache the result
157
155
projectDirectoryCache . set ( projectName , extractedPath ) ;
158
- console . log ( `💾 Cached project directory: ${ projectName } -> ${ extractedPath } ` ) ;
159
156
160
157
return extractedPath ;
161
158
You can’t perform that action at this time.
0 commit comments