removed left-over debug messages

This commit is contained in:
Rene Halver 2018-08-23 10:08:31 -06:00
parent 01fe356904
commit 2eeb8cecb2
1 changed files with 0 additions and 2 deletions

View File

@ -126,10 +126,8 @@ void Scafacos::init()
qqrd2e = force->qqrd2e; qqrd2e = force->qqrd2e;
if (!initialized) { if (!initialized) {
printf("DEBUG: %p\n",&fcs);
result = fcs_init((FCS*)&fcs,method,world); result = fcs_init((FCS*)&fcs,method,world);
check_result((void*)&result); check_result((void*)&result);
printf("DEBUG: %p\n",&fcs);
setup_handle(); setup_handle();