remove useless debug print in !set

This commit is contained in:
jacob1 2017-07-25 20:11:57 -04:00
parent 2b3fbbd50e
commit 8064d3b467

View File

@ -392,7 +392,6 @@ AnyType TPTScriptInterface::tptS_set(std::deque<std::string> * 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: