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:
parent
37aae8f2f3
commit
16a5249cb2
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue