Removed the logger
This commit is contained in:
		
							parent
							
								
									ff6eb5d674
								
							
						
					
					
						commit
						9760100b69
					
				|  | @ -8,7 +8,6 @@ class Admin::PagePartsController < OrbitBackendController | ||||||
|     @id = params[:id] |     @id = params[:id] | ||||||
|     @part = PagePart.find(params[:id]) |     @part = PagePart.find(params[:id]) | ||||||
|     @module_apps = ModuleApp.for_widget_select |     @module_apps = ModuleApp.for_widget_select | ||||||
|     Rails.logger.info"@@@@@@@@@@@@@@@@"+@module_apps.inspect |  | ||||||
|     @module_app = @part.module_app || @module_apps.first |     @module_app = @part.module_app || @module_apps.first | ||||||
|     @module_app_categories = @module_app.categories |     @module_app_categories = @module_app.categories | ||||||
|     @module_app_tags = @module_app.tags |     @module_app_tags = @module_app.tags | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue