mirror of
				https://github.com/onyx-and-iris/aoc2024.git
				synced 2025-11-04 06:51:47 +00:00 
			
		
		
		
	remove print graph
This commit is contained in:
		
							parent
							
								
									e1322465af
								
							
						
					
					
						commit
						415a41788b
					
				@ -2,8 +2,6 @@ package two
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"bytes"
 | 
			
		||||
 | 
			
		||||
	log "github.com/sirupsen/logrus"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func Solve(buf []byte) (int, error) {
 | 
			
		||||
@ -33,8 +31,6 @@ func Solve(buf []byte) (int, error) {
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	log.Debugf("\n%s\n", graph.String())
 | 
			
		||||
 | 
			
		||||
	return maxAtSecond, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user