GitRepo.vala
[gitlive] / GitRepo.vala
index 3fb759c..7c3b240 100644 (file)
@@ -220,7 +220,6 @@ public class GitRepo : Object
                return ret;
        } catch (Error e) {
                this.config_cache.set(key, "");
-               return ret;
                return ""; // happens when there is nothing set...
        }