diff --git a/app/models/network/graph.rb b/app/models/network/graph.rb
index 424819f35018ece45a3ee8c185078c020b7d23ba..9c95470beb1aee4b01c340446aa23f806d1a2ba9 100644
--- a/app/models/network/graph.rb
+++ b/app/models/network/graph.rb
@@ -178,12 +178,6 @@ module Network
       space = find_free_space(time_range, 2, space_base)
       leaves.each do |l|
         l.spaces << space
-        # Also add space to parent
-        l.parents(@map).each do |parent|
-          if 0 < parent.space && parent.space < space
-            parent.spaces << space
-          end
-        end
       end
 
       # and mark it as reserved