mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Use a generic log message for this
This commit is contained in:
parent
b99335e5b2
commit
0a52ef7219
@ -358,12 +358,8 @@ public final class LocalExpansionManager implements Listener {
|
|||||||
throw ((LinkageError) ex.getCause());
|
throw ((LinkageError) ex.getCause());
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Currently causes an exception when clazz is null due to an expansion not having any.
|
plugin.getLogger().warning("There was an issue with loading an expansion");
|
||||||
*
|
|
||||||
*plugin.getLogger()
|
|
||||||
* .log(Level.SEVERE, "Failed to load placeholder expansion from class: " + clazz.getName(),
|
|
||||||
* ex);
|
|
||||||
*/
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user