mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	Remove unnecessary debug information
This commit is contained in:
		
					parent
					
						
							
								2eef6f331a
							
						
					
				
			
			
				commit
				
					
						9edb66aa79
					
				
			
		
					 4 changed files with 0 additions and 8 deletions
				
			
		
							
								
								
									
										2
									
								
								dist/restore-only/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/restore-only/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
 | 
			
		|||
                restoreKeys,
 | 
			
		||||
                version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
 | 
			
		||||
            };
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
 | 
			
		||||
            const response = yield twirpClient.GetCacheEntryDownloadURL(request);
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
 | 
			
		||||
            if (!response.ok) {
 | 
			
		||||
                core.warning(`Cache not found for keys: ${keys.join(', ')}`);
 | 
			
		||||
                return undefined;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
 | 
			
		|||
                restoreKeys,
 | 
			
		||||
                version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
 | 
			
		||||
            };
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
 | 
			
		||||
            const response = yield twirpClient.GetCacheEntryDownloadURL(request);
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
 | 
			
		||||
            if (!response.ok) {
 | 
			
		||||
                core.warning(`Cache not found for keys: ${keys.join(', ')}`);
 | 
			
		||||
                return undefined;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								dist/save-only/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/save-only/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
 | 
			
		|||
                restoreKeys,
 | 
			
		||||
                version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
 | 
			
		||||
            };
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
 | 
			
		||||
            const response = yield twirpClient.GetCacheEntryDownloadURL(request);
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
 | 
			
		||||
            if (!response.ok) {
 | 
			
		||||
                core.warning(`Cache not found for keys: ${keys.join(', ')}`);
 | 
			
		||||
                return undefined;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								dist/save/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/save/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -12756,9 +12756,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
 | 
			
		|||
                restoreKeys,
 | 
			
		||||
                version: utils.getCacheVersion(paths, compressionMethod, enableCrossOsArchive)
 | 
			
		||||
            };
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLRequest: ${JSON.stringify(twirpClient)}`);
 | 
			
		||||
            const response = yield twirpClient.GetCacheEntryDownloadURL(request);
 | 
			
		||||
            core.debug(`GetCacheEntryDownloadURLResponse: ${JSON.stringify(response)}`);
 | 
			
		||||
            if (!response.ok) {
 | 
			
		||||
                core.warning(`Cache not found for keys: ${keys.join(', ')}`);
 | 
			
		||||
                return undefined;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue