Remove debug print
This commit is contained in:
		
							parent
							
								
									94b7b817fd
								
							
						
					
					
						commit
						91e8d45252
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -118,7 +118,7 @@ | ||||||
| </style> | </style> | ||||||
| 
 | 
 | ||||||
| <div bind:this={container} bind:clientHeight bind:clientWidth> | <div bind:this={container} bind:clientHeight bind:clientWidth> | ||||||
|   <svg bind:this={svgElement} viewBox="{0},{0},{clientWidth},{clientHeight}" on:click={e => console.log(d3.pointer(e))}> |   <svg bind:this={svgElement} viewBox="{0},{0},{clientWidth},{clientHeight}"> | ||||||
|     <g> |     <g> | ||||||
|       <g transform="translate({clientWidth/2}, {clientHeight/2})"> |       <g transform="translate({clientWidth/2}, {clientHeight/2})"> | ||||||
|         {#each edges as edge} |         {#each edges as edge} | ||||||
|  |  | ||||||
		Reference in a new issue