WM: remove warning when toolbar not found

Not useful for general usage, so removing.
This commit is contained in:
Campbell Barton 2018-11-15 09:50:13 +11:00
parent 3ecc79fa1a
commit c94f806dc7
Notes: blender-bot 2023-12-08 16:39:08 +01:00
Referenced by issue #57891, Eevee- Radius of strip hair doesn't scale with object scale
Referenced by issue #57873, Deleting any node with a driver Crashes 2.8
Referenced by issue #57876, SSS in nodegroups are black in eevee
Referenced by issue #57859, Grease pencil sorting issues (backfacing/doublesided)
Referenced by issue #57845, Workspaces Issue
Referenced by issue #57850, Crash Bevel Modifier with Vertex Group
Referenced by issue #57841, Backfacing transparency appears black in GPU (OpenCL) rendering - Cycles
Referenced by issue #57843, Annotations (D) do not work with 3d cursor tool (keymap issue)
Referenced by issue #57653, Crash when i switch from edit mode to sculpt mode
1 changed files with 0 additions and 1 deletions

View File

@ -2419,7 +2419,6 @@ class WM_OT_toolbar(Operator):
cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type)
if cls is None:
self.report({'WARNING'}, f"Toolbar not found for {space_type!r}")
return {'CANCELLED'}
wm = context.window_manager