Remove unnecessary error message

This commit is contained in:
Yue Zhang
2016-03-02 15:55:32 +08:00
parent b0df126490
commit a372a2ab99
+1 -1
View File
@@ -4312,7 +4312,7 @@ class ExtensionsConfig(object):
if mfile != None:
break
if mfile == None :
Error('HandlerManifest.json not found.')
#The plugin is already uninstalled.
continue
manifest = GetFileContents(mfile)
p.setAttribute('manifestdata',manifest)