Simplified logging facilities.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4131 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.threerings.presents.dobj {
|
||||
|
||||
import com.threerings.presents.Log;
|
||||
|
||||
public class SubscriberAdapter
|
||||
implements Subscriber
|
||||
{
|
||||
@@ -14,7 +12,6 @@ public class SubscriberAdapter
|
||||
// documentation inherited from interface Subscriber
|
||||
public function objectAvailable (obj :DObject) :void
|
||||
{
|
||||
Log.debug("calling success function: " + _success);
|
||||
_success(obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user