Remove assert that isn't valid in UpSource (UP-5742)

This commit is contained in:
Nikolay Krasko
2016-01-12 21:18:18 +03:00
parent 7390e0ac66
commit 12b9002c0e
@@ -100,7 +100,6 @@ object JarUserDataManager {
private fun storeUserData(counter: JarBooleanPropertyCounter, localJarFile: VirtualFile,
hasFileWithProperty: Boolean?, timestamp: Long? = null) {
assert(localJarFile.isInLocalFileSystem)
assert((timestamp == null) == (hasFileWithProperty == null)) { "Using empty timestamp is only allowed for storing not counted value" }
localJarFile.putUserData(counter.key,