Browse Source

remove traces

frabbit 11 years ago
parent
commit
94839c9c65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/unit/issues/TestIssue2951.hx

+ 2 - 2
tests/unit/issues/TestIssue2951.hx

@@ -6,7 +6,7 @@ import unit.Test;
 class TestIssue2951 extends Test{
 class TestIssue2951 extends Test{
 
 
   public static inline function foo (x) {
   public static inline function foo (x) {
-    trace(x);
+
   }
   }
 
 
   public static function setCwd(x:Dynamic) {
   public static function setCwd(x:Dynamic) {
@@ -23,7 +23,7 @@ class TestIssue2951 extends Test{
 
 
   public function test ()
   public function test ()
   {
   {
-  	trace("here");
+
       var last = null;
       var last = null;
       var args = [];
       var args = [];
       var HxString = {
       var HxString = {