From abb27ad1a5e4e42a92769e5eee68f90cc3d1f83c Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Wed, 20 Jul 2022 16:29:24 -0600 Subject: [PATCH] remove debug line --- src/MDI/mdi_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MDI/mdi_plugin.cpp b/src/MDI/mdi_plugin.cpp index 62468ca05d..4bd917b7d7 100644 --- a/src/MDI/mdi_plugin.cpp +++ b/src/MDI/mdi_plugin.cpp @@ -96,8 +96,6 @@ MDIPlugin::MDIPlugin(LAMMPS *_lmp, int narg, char **arg) : Pointers(_lmp) strcat(plugin_args, extra_arg); } - printf("PLUGIN ARGS %s\n",plugin_args); - // launch the MDI plugin library // path for lib was specified in -mdi command-line arg when LAMMPS started // this calls back to plugin_wrapper, which must issue MDI EXIT at end