|
@@ -110,8 +110,6 @@ class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnec
|
|
|
if( f.onResult != null ) f.onResult(ret);
|
|
|
}
|
|
|
|
|
|
- #if (flash || js || neko)
|
|
|
-
|
|
|
function defaultLog(path,args,e) {
|
|
|
// exception inside the called method
|
|
|
var astr, estr;
|
|
@@ -178,6 +176,4 @@ class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnec
|
|
|
return sc;
|
|
|
}
|
|
|
|
|
|
- #end
|
|
|
-
|
|
|
}
|