Browse Source

Compiling helps.

pull/208/head
Chris Smith 9 years ago
parent
commit
da35d3ee18
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/ShowRaw.java

+ 1
- 1
debug/src/com/dmdirc/addons/debug/commands/ShowRaw.java View File

@@ -65,7 +65,7 @@ public class ShowRaw extends DebugCommand {
65 65
             final CommandArguments args, final CommandContext context) {
66 66
         final Optional<Connection> connection = origin.getConnection();
67 67
         if (connection.isPresent()) {
68
-            connection.get().addRaw();
68
+            //connection.get().addRaw();
69 69
         } else {
70 70
             sendLine(origin, args.isSilent(), FORMAT_ERROR,
71 71
                     "Cannot show raw window here.");

Loading…
Cancel
Save