diff options
Diffstat (limited to 'src/server/ingen_lv2.cpp')
-rw-r--r-- | src/server/ingen_lv2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp index 7a525bb5..8daf9b05 100644 --- a/src/server/ingen_lv2.cpp +++ b/src/server/ingen_lv2.cpp @@ -750,7 +750,6 @@ ingen_restore(LV2_Handle instance, &size, &type, &valflags); if (!path) { - plugin->world->log().warn("Failed to restore ingen:file\n"); return LV2_STATE_ERR_NO_PROPERTY; } |