Browse Source

Merge branch 'master' of github.com:uwiger/gproc

Ulf Wiger 11 years ago
parent
commit
71bee45182
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/gproc_pool.erl

+ 0 - 4
src/gproc_pool.erl

@@ -597,10 +597,6 @@ force_delete_(Pool) ->
     Workers = gproc:select(
 		{l,c}, [{ {?POOL_WRK(Pool,'_'), '_', '_'}, [], ['$_']}]),
     Names = find_names(Pool, '_'),
-    io:fwrite("Props = ~p~n"
-	      "Cur = ~p~n"
-	      "Workers = ~p~n"
-	      "Names = ~p~n", [Props, Cur, Workers, Names]),
     lists:foreach(
       fun({Key, Pid, _}) when Pid == self() -> gproc:unreg(Key);
 	 ({_, Pid, _}) when is_pid(Pid) -> exit(Pid, kill)