mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	remove debug logging in app.js
This commit is contained in:
		
							parent
							
								
									14ea1f0f43
								
							
						
					
					
						commit
						8df882b273
					
				@ -709,8 +709,6 @@ Vue.component('RouterView', (() => {
 | 
			
		||||
          eventSource.comp[msg.type](msg.data);
 | 
			
		||||
        });
 | 
			
		||||
      } else {
 | 
			
		||||
        console.log('another msg!')
 | 
			
		||||
        console.log(msg)
 | 
			
		||||
        // at this point, the component must be defined
 | 
			
		||||
        if (!eventSource.comp)
 | 
			
		||||
          return console.error("Page component was undefined");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user