Prechádzať zdrojové kódy

removed debug print

albertodemichelis 2 rokov pred
rodič
commit
57b8f56902

+ 1 - 1
doc/source/reference/api/object_manipulation.rst

@@ -264,7 +264,7 @@ pushes the object pointed by the weak reference at position idx in the stack.
 .. c:function:: SQBool sq_instanceof(HSQUIRRELVM v)
 
     :param HSQUIRRELVM v: the target VM
-    :returns: SQTrue if the instance at position -2 in the stack is an instance of the class object at position -1 in the stack.
+    :returns: SQTrue if the instance at position -1 in the stack is an instance of the class object at position -2 in the stack.
     :remarks: The function doesn't pop any object from the stack.
 
 Determines if an object is an instance of a certain class. Expects an instance and a class in the stack.

+ 0 - 1
squirrel/sqcompiler.cpp

@@ -449,7 +449,6 @@ public:
             }
             break;
         default:
-            printf("asd");
             break;
         }
         _es = es;