Remove redundant log message.

This commit is contained in:
Jiaqiang Xu 2015-07-28 16:56:07 +08:00
parent 426d16f3be
commit efcd4b1339

View File

@ -3150,7 +3150,6 @@ seaf_sync_manager_update_active_path (SeafSyncManager *mgr,
if (!info) {
repo = seaf_repo_manager_get_repo (seaf->repo_mgr, repo_id);
if (!repo) {
seaf_warning ("Failed to find repo %s\n", repo_id);
pthread_mutex_unlock (&mgr->priv->paths_lock);
return;
}