mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
remove debug information
This commit is contained in:
@@ -307,12 +307,6 @@ public class DefaultPluginManager implements PluginManager
|
|||||||
|
|
||||||
Set<PluginInformation> infoSet = new HashSet<PluginInformation>();
|
Set<PluginInformation> infoSet = new HashSet<PluginInformation>();
|
||||||
|
|
||||||
for ( PluginInformation pi : getPluginCenter().getPlugins() )
|
|
||||||
{
|
|
||||||
System.out.println( pi.getArtifactId() + ": " + pi.getVersion() + ":" + pi.getState() );
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
filter(infoSet, getInstalled(), filter);
|
filter(infoSet, getInstalled(), filter);
|
||||||
filter(infoSet, getPluginCenter().getPlugins(), filter);
|
filter(infoSet, getPluginCenter().getPlugins(), filter);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user