remove useless debug print in !set
This commit is contained in:
parent
2b3fbbd50e
commit
8064d3b467
@ -392,7 +392,6 @@ AnyType TPTScriptInterface::tptS_set(std::deque<std::string> * words)
|
|||||||
throw GeneralException("Invalid particle type");
|
throw GeneralException("Invalid particle type");
|
||||||
if (type==0)
|
if (type==0)
|
||||||
throw GeneralException("Cannot set properties of particles that do not exist");
|
throw GeneralException("Cannot set properties of particles that do not exist");
|
||||||
std::cout << propertyOffset << std::endl;
|
|
||||||
switch(propertyFormat)
|
switch(propertyFormat)
|
||||||
{
|
{
|
||||||
case FormatInt:
|
case FormatInt:
|
||||||
|
Reference in New Issue
Block a user