Skip to content

Commit ce96d8a

Browse files
author
Dominik Hadl
committed
Removed plugin console (for debug)
1 parent b2c8852 commit ce96d8a

4 files changed

Lines changed: 2 additions & 72 deletions

File tree

VVDocumenter-Xcode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
01C4282517E24381000476C6 /* LogClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C4282417E24381000476C6 /* LogClient.m */; };
1110
D114BEE0179644D00043FA65 /* NSString+PDRegex.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEDE179644D00043FA65 /* NSString+PDRegex.m */; };
1211
D114BEE3179644FA0043FA65 /* NSTextView+VVTextGetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D114BEE2179644FA0043FA65 /* NSTextView+VVTextGetter.m */; };
1312
D11C542D17999D9000D3DE38 /* VVArgument.m in Sources */ = {isa = PBXBuildFile; fileRef = D11C542B17999D9000D3DE38 /* VVArgument.m */; };
@@ -43,8 +42,6 @@
4342
/* End PBXBuildFile section */
4443

4544
/* Begin PBXFileReference section */
46-
01C4282317E24381000476C6 /* LogClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogClient.h; sourceTree = "<group>"; };
47-
01C4282417E24381000476C6 /* LogClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LogClient.m; sourceTree = "<group>"; };
4845
D114BEDD179644D00043FA65 /* NSString+PDRegex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+PDRegex.h"; sourceTree = "<group>"; };
4946
D114BEDE179644D00043FA65 /* NSString+PDRegex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+PDRegex.m"; sourceTree = "<group>"; };
5047
D114BEE1179644FA0043FA65 /* NSTextView+VVTextGetter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTextView+VVTextGetter.h"; sourceTree = "<group>"; };
@@ -126,15 +123,6 @@
126123
/* End PBXFrameworksBuildPhase section */
127124

128125
/* Begin PBXGroup section */
129-
01C4282217E24381000476C6 /* PluginConsole */ = {
130-
isa = PBXGroup;
131-
children = (
132-
01C4282317E24381000476C6 /* LogClient.h */,
133-
01C4282417E24381000476C6 /* LogClient.m */,
134-
);
135-
path = PluginConsole;
136-
sourceTree = "<group>";
137-
};
138126
D114BEDB179644D00043FA65 /* OCCategory */ = {
139127
isa = PBXGroup;
140128
children = (
@@ -206,7 +194,6 @@
206194
D14380FC179551B900C829CE /* VVDocumenter-Xcode */ = {
207195
isa = PBXGroup;
208196
children = (
209-
01C4282217E24381000476C6 /* PluginConsole */,
210197
D193B8C917AC0C2400D2D76A /* Setting */,
211198
D1D66CA517A2AED700E62F99 /* KeyboardHelper */,
212199
D16AFCD11796E068006719AA /* Commenter */,
@@ -440,7 +427,6 @@
440427
D114BEE3179644FA0043FA65 /* NSTextView+VVTextGetter.m in Sources */,
441428
D1AC3B8F1796DB070063A484 /* VVDocumenter.m in Sources */,
442429
D16AFCD41796E088006719AA /* VVBaseCommenter.m in Sources */,
443-
01C4282517E24381000476C6 /* LogClient.m in Sources */,
444430
D16AFCD71796E09E006719AA /* VVPropertyCommenter.m in Sources */,
445431
D16AFCDA1796E0AC006719AA /* VVMethodCommenter.m in Sources */,
446432
D16AFCDD1796E0B9006719AA /* VVFunctionCommenter.m in Sources */,

VVDocumenter-Xcode/PluginConsole/LogClient.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

VVDocumenter-Xcode/PluginConsole/LogClient.m

Lines changed: 0 additions & 40 deletions
This file was deleted.

VVDocumenter-Xcode/VVDocumenter-Xcode-Prefix.pch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
#ifdef __OBJC__
66
#import <Cocoa/Cocoa.h>
77
#import "NSString+PDRegex.h"
8-
#import "LogClient.h"
98
#endif
109

11-
#define __DEBUG__ 1
10+
//#define __DEBUG__ 1
1211
#ifdef __DEBUG__
13-
#define VVLog(...) PluginLog(__VA_ARGS__)
12+
#define VVLog(...) NSLog(__VA_ARGS__)
1413
#else
1514
#define VVLog(...) do{} while(0)
1615
#endif

0 commit comments

Comments
 (0)