new gitignore and cleaning up dev comments
This commit is contained in:
parent
1b8ef3ca88
commit
3e97aa7ae3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/.nyc_output/*
|
/.nyc_output/*
|
||||||
/node_modules/*
|
/node_modules/*
|
||||||
/dist/*
|
/dist/*
|
||||||
|
.DS_Store
|
||||||
|
@ -88,5 +88,3 @@ class ChannelManager {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default ChannelManager;
|
export default ChannelManager;
|
||||||
|
|
||||||
// { :client => 'mhs', :client_type => 'site', :user_id => 125, :user_type => 'user', :channel => 'mhs_1239' }
|
|
||||||
|
@ -79,7 +79,3 @@ class ClientManager {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default ClientManager;
|
export default ClientManager;
|
||||||
|
|
||||||
|
|
||||||
// { :client => 'mhs', :client_type => 'site', :user_id => 125, :user_type => 'user' }
|
|
||||||
// var exampleSocket = new WebSocket("wss://ysbraid.localhost:8443?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7ImNsaWVudCI6Im1ocyIsImNsaWVudF90eXBlIjoic2l0ZSIsInVzZXJfdHlwZSI6InVzZXIiLCJ1c2VyX2lkIjoxMjV9LCJleHAiOjE1NTI4MDExMDUsImF1ZCI6ImludGVybmFsIiwiaXNzIjoiWWFyZHN0aWNrIFNvZnR3YXJlIiwic3ViIjoiQnJhaWQgSldUIn0.fkfoqoWNjOeKfsXXJxh-9lBudhFsxhUt9fUIT1BXOLU");
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user