query.setEntity(new StringEntity(WebdavUtils.prepareXmlForPropFind()));\r
TreeNode root = this.fireRequest(query);\r
\r
- commitToDatabase(root, null);\r
+ // commitToDatabase(root, null);\r
} catch (OperationCanceledException e) {\r
e.printStackTrace();\r
} catch (AuthenticatorException e) {\r
} catch (IOException e) {\r
syncResult.stats.numIoExceptions++;\r
e.printStackTrace();\r
- } catch (RemoteException e) {\r
- e.printStackTrace();\r
- }\r
+ }// catch (RemoteException e) {\r
+ // e.printStackTrace();\r
+ // q}\r
}\r
\r
private void commitToDatabase(TreeNode root, String parentId) throws RemoteException {\r