remove some SMlog

This commit is contained in:
anthony 2010-09-09 10:51:58 -07:00
parent bcaaef5f60
commit 0d55059583
2 changed files with 1 additions and 2 deletions

View File

@ -218,7 +218,6 @@ class NFSSR(FileSR.FileSR):
if inst.code != errno.ENOENT:
raise xs_errors.XenError('NFSDelete')
@echo
def vdi(self, uuid, loadLocked = False):
if not loadLocked:
return NFSFileVDINolock(self, uuid)

View File

@ -1576,7 +1576,7 @@ class FileSR(SR):
for uuid, vhdInfo in vhds.iteritems():
vdi = self.getVDI(uuid)
if not vdi:
Util.log("Found new VDI when scanning: %s" % uuid)
#Util.log("Found new VDI when scanning: %s" % uuid)
vdi = FileVDI(self, uuid)
self.vdis[uuid] = vdi
vdi.load(vhdInfo)