Skip to content

Commit

Permalink
Add fixme's for code that still needs to be written
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Mar 21, 2017
1 parent 254ac0f commit 88f6891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tilequeue/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,9 +995,10 @@ def tilequeue_prune_tiles_of_interest(cfg, peripherals):

def delete_tile_of_interest(coord_int):
# Remove from the redis toi set
# FIXME: This doesn't exist yet
peripherals.redis_cache_index.remove_tile_of_interest(coord_int)

# Remove the tile from S3
# FIXME: Remove the tile from S3

pass

Expand Down

0 comments on commit 88f6891

Please sign in to comment.