remove console.log
This commit is contained in:
		
							parent
							
								
									7f19a9068f
								
							
						
					
					
						commit
						8bc8cd5ccf
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,6 @@ class PinaforeStore extends Store {
 | 
			
		|||
  }
 | 
			
		||||
 | 
			
		||||
  setForTimeline(instanceName, timelineName, obj) {
 | 
			
		||||
    console.log('setForTimeline')
 | 
			
		||||
    let timelines = this.get('timelines') || {}
 | 
			
		||||
    let timelineData = timelines[instanceName] || {}
 | 
			
		||||
    timelineData[timelineName] = Object.assign(timelineData[timelineName] || {}, obj)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue