From 3d79b7ce2aa233214813a11451ac873b0fe53580 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 9 Nov 2006 10:18:57 +0000 Subject: [PATCH] removing the temporary hack now that #1708 has been fixed --- .../src/modules/storageClient/src/WebStorageClient.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/campcaster/src/modules/storageClient/src/WebStorageClient.cxx b/campcaster/src/modules/storageClient/src/WebStorageClient.cxx index a32794053..2e75c9528 100644 --- a/campcaster/src/modules/storageClient/src/WebStorageClient.cxx +++ b/campcaster/src/modules/storageClient/src/WebStorageClient.cxx @@ -2544,12 +2544,6 @@ WebStorageClient :: restoreBackupCheck( execute(restoreBackupCheckMethodName, parameters, result); -// <<< -// TODO: remove this hack after bug #1708 has been fixed -XmlRpcValue oldResult = result; -result.clear(); -result = oldResult["status"]; -// >>> checkStruct(restoreBackupCheckMethodName, result, restoreBackupStatusParamName,