Remove a redundant self argument in decorators

The wrapper function takes *func_args and **kwargs,
therefore, "self" argument is redundant.

Change-Id: Ibbe7acfe4cb91d4f1b26d96dbc5088a4720a2b56
2 files changed