* Remove debug code.
This commit is contained in:
		
							parent
							
								
									c3981d81f6
								
							
						
					
					
						commit
						9f6835c282
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -40,7 +40,7 @@ for i in "$@"; do
 | 
			
		|||
                "$i")
 | 
			
		||||
                
 | 
			
		||||
            for j in $storeExprs; do
 | 
			
		||||
                echo "store expression is $j $(readlink "$j")" >&2
 | 
			
		||||
                echo "store expression is $(readlink "$j")" >&2
 | 
			
		||||
            done
 | 
			
		||||
 | 
			
		||||
            # Build the resulting store derivation.
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ for i in "$@"; do
 | 
			
		|||
                -rv $extraArgs $storeExprs)
 | 
			
		||||
                
 | 
			
		||||
            for j in $outPaths; do
 | 
			
		||||
                echo "$j $(readlink "$j")"
 | 
			
		||||
                echo "$(readlink "$j")"
 | 
			
		||||
            done
 | 
			
		||||
            
 | 
			
		||||
            ;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue