From 023ff6c631fd80cb5d93afdc250593e7eafe8a04 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Fri, 12 Oct 2012 15:46:44 +0200
Subject: [PATCH] Confusing comment removed

---
 src/jio.storage/davstorage.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/jio.storage/davstorage.js b/src/jio.storage/davstorage.js
index 56f783c..ef04db5 100644
--- a/src/jio.storage/davstorage.js
+++ b/src/jio.storage/davstorage.js
@@ -171,7 +171,6 @@ var newDAVStorage = function ( spec, my ) {
             headers: {'Authorization':'Basic '+Base64.encode(
                 priv.username + ':' + priv.password )},
             success: function (xmlData) {
-                // doc.last_modified =
                 $(xmlData).find(
                     'lp1\\:getlastmodified, getlastmodified'
                 ).each( function () {
-- 
2.30.9