1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

get rid of print

This commit is contained in:
David McKnight 2007-01-04 19:48:48 +00:00
parent 37aae8f2f3
commit 16a5249cb2

View file

@ -1068,7 +1068,6 @@ public class SystemViewRemoteFileAdapter
if (name.equals(P_NBRCHILDREN))
{
IRemoteFile file = (IRemoteFile) propertySourceInput;
System.out.println("getting children for "+ file.getAbsolutePath()); //$NON-NLS-1$
{
ISystemContainer container = file;
Object[] contents = container.getContents(RemoteChildrenContentsType.getInstance());