remove useless print
This commit is contained in:
		
							parent
							
								
									e2a511b379
								
							
						
					
					
						commit
						fd7f0734b6
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -904,8 +904,6 @@ def load_mood_icon(icon_name):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def load_activity_icon(category, activity = None):
 | 
					def load_activity_icon(category, activity = None):
 | 
				
			||||||
	'''load an icon from the activity iconset in 16x16'''
 | 
						'''load an icon from the activity iconset in 16x16'''
 | 
				
			||||||
	print category
 | 
					 | 
				
			||||||
	print activity
 | 
					 | 
				
			||||||
	iconset = gajim.config.get('activity_iconset')
 | 
						iconset = gajim.config.get('activity_iconset')
 | 
				
			||||||
	path = os.path.join(helpers.get_activity_iconset_path(iconset),
 | 
						path = os.path.join(helpers.get_activity_iconset_path(iconset),
 | 
				
			||||||
		category, '')
 | 
							category, '')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue