@iankibetsh/vue-streamline 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@ const useStreamline = (stream, ...initialArgs) => {
|
|
|
102
102
|
};
|
|
103
103
|
|
|
104
104
|
const getActionUrl = (action, ...args) => {
|
|
105
|
-
console.log('getActionUrl called with:', action, args);
|
|
105
|
+
// console.log('getActionUrl called with:', action, args);
|
|
106
106
|
const post = {
|
|
107
107
|
action,
|
|
108
108
|
stream,
|