From 3dbbea342a3b5cb1439319d28fc618fd3b6c800d Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Tue, 21 Feb 2017 15:57:03 -0700 Subject: [PATCH] remove a debug print line --- src/neigh_list.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/neigh_list.cpp b/src/neigh_list.cpp index aaf4404ebf..edc8634373 100644 --- a/src/neigh_list.cpp +++ b/src/neigh_list.cpp @@ -147,7 +147,6 @@ void NeighList::post_constructor(NeighRequest *nq) int tmp; neighbor->lists[nq->historylist]->fix_history = (Fix *) ((Pair *) nq->requestor)->extract("history",tmp); - printf("FH neighlist %p\n",neighbor->lists[nq->historylist]->fix_history); } if (nq->respaouter) {