From fa2f1754001ecc31695fb634e5dd7e51ea32aba1 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Fri, 24 Jul 2015 07:50:53 +0000 Subject: [PATCH] Replace 'console.log' with 'beef.debug' --- extensions/webrtc/api/hook.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/webrtc/api/hook.rb b/extensions/webrtc/api/hook.rb index 03d24f6f4..69021f9e0 100644 --- a/extensions/webrtc/api/hook.rb +++ b/extensions/webrtc/api/hook.rb @@ -85,7 +85,7 @@ module BeEF } } if (peerid == null) { - console.log('received a peer message, but, we are already setup?'); + beef.debug('received a peer message, but, we are already setup?'); } else { beefrtcs[peerid].processMessage( JSON.stringify(#{output})