Remove vestigial print statement in module logic (#11438)
Remove a vestigial print statement introduced in #8570
This commit is contained in:
		
				
					committed by
					
						
						Peter Scheibel
					
				
			
			
				
	
			
			
			
						parent
						
							4a013adc3e
						
					
				
				
					commit
					b5316c31af
				
			@@ -40,7 +40,6 @@ def module(*args):
 | 
			
		||||
        # Cray modules spit out warnings that we cannot supress.
 | 
			
		||||
        # This hack skips to the last output (the environment)
 | 
			
		||||
        env_output = str(module_p.communicate()[0].decode())
 | 
			
		||||
        print(env_output)
 | 
			
		||||
        env = env_output.strip().split('\n')[-1]
 | 
			
		||||
 | 
			
		||||
        # Update os.environ with new dict
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user