Too much information in the listener

In max 2009, if I execute the following script from the editor:

x = 5
y = 3
for i = 1 to 5 do y=x^i
print y

the listener output is:

5
3
OK
3125
3125

wheres I would expect it to be just "3125".

Also, if I type "print 3*3" directly into the listener, the output is:

3
9

Is there some setting to make the listener less verbose?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Ralf's picture

if you type your scripts in

if you type your scripts in the MaxScriptEditor, you only get a "3125-popup" (well, if you make a dialog for it)

the listener is especialy there to give every detail for debuggingpurposes

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.