From 16c073cb7d88ec4b0b8dc44d4346f98422b0d186 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 16 Sep 2015 11:13:52 -0700 Subject: [PATCH] Remove comment about exception decorator The commit d72b357bff04f4605811f7bc0ed23b572b3696c0 removed the exception decorator. Remove the comment in exception.py that there is an exception decorator. Change-Id: Ifd97ddf4d62dfa0c04ec8dc7121e447cca3f1d3a --- ironic/common/exception.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ironic/common/exception.py b/ironic/common/exception.py index c6c10e4538..2f6ca10ac0 100644 --- a/ironic/common/exception.py +++ b/ironic/common/exception.py @@ -16,8 +16,6 @@ """Ironic base exception handling. -Includes decorator for re-raising Ironic-type exceptions. - SHOULD include dedicated exception logging. """