removed assertion, it doesn't hold for tests

This commit is contained in:
Maxim.Mossienko
2015-07-20 21:22:10 +02:00
parent d2c69b1e16
commit dec3365aac
@@ -301,7 +301,6 @@ public class PushedFilePropertiesUpdaterImpl extends PushedFilePropertiesUpdater
}
final ProgressIndicator progress = ProgressManager.getInstance().getProgressIndicator();
assert progress != null;
final ConcurrentLinkedQueue<Runnable> tasksQueue = new ConcurrentLinkedQueue<Runnable>(tasks);
Future<?> result = null;