mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed a trace statement
This commit is contained in:
@@ -409,7 +409,6 @@ static bool calcStaticBinaryArithmetic(Node** nodeHandle) {
|
||||
if(IS_FLOAT(lhs) && IS_FLOAT(rhs)) {
|
||||
switch((*nodeHandle)->binary.opcode) {
|
||||
case OP_ADDITION:
|
||||
printf("binary foobar");
|
||||
result = TO_FLOAT_LITERAL( AS_FLOAT(lhs) + AS_FLOAT(rhs) );
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user