Remove debug only code from previous commit

This commit is contained in:
Sergey Sharybin
2018-03-20 16:54:50 +01:00
parent a5bb918392
commit 69e35429bf

View File

@@ -1966,10 +1966,6 @@ void BKE_scene_update_for_newframe_ex(EvaluationContext *eval_ctx, Main *bmain,
(void) do_invisible_flush;
#endif
if (!MEM_consistency_check()) {
abort();
}
DAG_editors_update_pre(bmain, sce, true);
/* keep this first */