Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buddy.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buddy.py b/src/buddy.py
index 7187709..1b2e4d6 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -570,10 +570,6 @@ class Buddy(ExportedGObject):
# If the properties didn't contain the key or color, then we're never
# going to get one.
- # Buddy need a key to be valid
- if self._key is None:
- return
-
try:
self._awaiting.remove('properties')
except KeyError: