summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugTool.m
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-28 15:07:17 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-28 15:07:17 -0700
commit32b28ede4d624ed9d6ce934c4ec513a2a9e92394 (patch)
tree2a704ce91ea449cd62d1e1d5e7336fdf8d5fa295 /SmartDeviceLink/SDLDebugTool.m
parent4a77f0cf6de1e85027c45490d96dedc023ac7b70 (diff)
downloadsdl_ios-32b28ede4d624ed9d6ce934c4ec513a2a9e92394.tar.gz
Initial removal of SDLSiphonServer
Diffstat (limited to 'SmartDeviceLink/SDLDebugTool.m')
-rw-r--r--SmartDeviceLink/SDLDebugTool.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLDebugTool.m b/SmartDeviceLink/SDLDebugTool.m
index 8bf8c7bda..c696ac6b5 100644
--- a/SmartDeviceLink/SDLDebugTool.m
+++ b/SmartDeviceLink/SDLDebugTool.m
@@ -5,8 +5,6 @@
#import "NSThread+ThreadIndex.h"
#import "SDLHexUtility.h"
#import "SDLRPCMessage.h"
-#import "SDLSiphonServer.h"
-
@interface SDLDebugTool ()
@@ -171,10 +169,6 @@
if ((output & SDLDebugOutput_File) == SDLDebugOutput_File) {
[SDLDebugTool writeToLogFile:outputString];
}
-
- //Output To Siphon
- [SDLSiphonServer init];
- [SDLSiphonServer _siphonNSLogData:outputString];
}