Skip to content

Commit

Permalink
Temporary fix for leo-project/leofs#310
Browse files Browse the repository at this point in the history
  • Loading branch information
alexclear committed Feb 19, 2015
1 parent 7745539 commit b935de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leo_storage_handler_object.erl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ delete(Object, ReqId, CheckUnderDir) ->
delete_1(Ret,_Object, false) ->
Ret;
delete_1(Ret, Object, true) ->
ok = delete_objects_under_dir(Object),
%% ok = delete_objects_under_dir(Object),
Ret.


Expand Down

0 comments on commit b935de4

Please sign in to comment.