From 8064d3b467d143cbd7c82cf054ee6e394473aa3c Mon Sep 17 00:00:00 2001 From: jacob1 Date: Tue, 25 Jul 2017 20:11:57 -0400 Subject: [PATCH] remove useless debug print in !set --- src/lua/TPTScriptInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lua/TPTScriptInterface.cpp b/src/lua/TPTScriptInterface.cpp index d2fbc8ef6..6c786682f 100644 --- a/src/lua/TPTScriptInterface.cpp +++ b/src/lua/TPTScriptInterface.cpp @@ -392,7 +392,6 @@ AnyType TPTScriptInterface::tptS_set(std::deque * words) throw GeneralException("Invalid particle type"); if (type==0) throw GeneralException("Cannot set properties of particles that do not exist"); - std::cout << propertyOffset << std::endl; switch(propertyFormat) { case FormatInt: