don't interrupt state reloading due to assert

This commit is contained in:
Vladimir Krivosheev
2015-08-25 17:17:59 +02:00
parent 21bb341455
commit 71a64e9fc2
@@ -55,7 +55,6 @@ public class CompilerProjectExtensionImpl extends CompilerProjectExtension {
final Element outputPathChild = element.getChild(OUTPUT_TAG);
if (outputPathChild != null) {
String outputPath = outputPathChild.getAttributeValue(URL);
assert myCompilerOutput == null;
myCompilerOutput = VirtualFilePointerManager.getInstance().create(outputPath, myProject, null);
}
}