Remove logging statements
This commit is contained in:
		
							parent
							
								
									30676d35ab
								
							
						
					
					
						commit
						8f98dc06ec
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -292,9 +292,6 @@ function displayListOfReports(parsedData) { | ||||||
|     const reports = parsedData.reports; |     const reports = parsedData.reports; | ||||||
|     const cardBody = document.querySelector(".card-body"); |     const cardBody = document.querySelector(".card-body"); | ||||||
|     const table = document.querySelector("table"); |     const table = document.querySelector("table"); | ||||||
| 
 |  | ||||||
|     console.log(cardBody); |  | ||||||
|     console.log(cardBody.firstElementChild); |  | ||||||
|     cardBody.removeChild(cardBody.firstElementChild); // remove loading spinner
 |     cardBody.removeChild(cardBody.firstElementChild); // remove loading spinner
 | ||||||
|      |      | ||||||
|     if (reports.length === 0) { |     if (reports.length === 0) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Preston Doman
						Preston Doman