From db75232957d5964f07df7dc6d1f774ca089fc3b8 Mon Sep 17 00:00:00 2001
From: Stefan Paquay <stefanpaquay@gmail.com>
Date: Fri, 6 Jul 2018 11:31:48 -0400
Subject: [PATCH] Removed debug print and comment.

---
 src/KOKKOS/fix_enforce2d_kokkos.cpp | 4 ----
 src/KOKKOS/fix_enforce2d_kokkos.h   | 1 -
 2 files changed, 5 deletions(-)

diff --git a/src/KOKKOS/fix_enforce2d_kokkos.cpp b/src/KOKKOS/fix_enforce2d_kokkos.cpp
index da33455978..f2c313b2fe 100644
--- a/src/KOKKOS/fix_enforce2d_kokkos.cpp
+++ b/src/KOKKOS/fix_enforce2d_kokkos.cpp
@@ -44,10 +44,6 @@ FixEnforce2DKokkos<DeviceType>::FixEnforce2DKokkos(LAMMPS *lmp, int narg, char *
 template <class DeviceType>
 void FixEnforce2DKokkos<DeviceType>::setup(int vflag)
 {
-  if( comm->me == 0 ){
-    fprintf(screen, "omega, angmom and torque flags are %d, %d, %d\n",
-            atomKK->omega_flag, atomKK->angmom_flag, atomKK->torque_flag );
-  }
   post_force(vflag);
 }
 
diff --git a/src/KOKKOS/fix_enforce2d_kokkos.h b/src/KOKKOS/fix_enforce2d_kokkos.h
index d8a13d281f..ae8183acf1 100644
--- a/src/KOKKOS/fix_enforce2d_kokkos.h
+++ b/src/KOKKOS/fix_enforce2d_kokkos.h
@@ -67,7 +67,6 @@ struct FixEnforce2DKokkosPostForceFunctor {
 
   KOKKOS_INLINE_FUNCTION
   void operator()(const int i) const {
-    // c.template? Really C++?
     c.template post_force_item <omega_flag, angmom_flag, torque_flag>(i);
   }
 };
-- 
GitLab