mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
delete console logs
This commit is contained in:
parent
2cdf231f92
commit
d02f62527b
@ -42,7 +42,6 @@ const makeConfig = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const citationData = generateCitation();
|
const citationData = generateCitation();
|
||||||
console.log(JSON.stringify(citationData.apa));
|
|
||||||
|
|
||||||
/** @type{import("rollup-plugin-esbuild").Options} */
|
/** @type{import("rollup-plugin-esbuild").Options} */
|
||||||
const esBuildPluginOptions = {
|
const esBuildPluginOptions = {
|
||||||
@ -193,7 +192,6 @@ export const makeCoreRollupConfig = () =>
|
|||||||
* Returns the rollup configuration for Node.js-only packages
|
* Returns the rollup configuration for Node.js-only packages
|
||||||
*/
|
*/
|
||||||
export const makeNodeRollupConfig = () => {
|
export const makeNodeRollupConfig = () => {
|
||||||
console.log("jspsych Roll up config called");
|
|
||||||
return makeConfig({
|
return makeConfig({
|
||||||
globalOptions: { external: ["jspsych"] },
|
globalOptions: { external: ["jspsych"] },
|
||||||
isNodeOnlyBuild: true,
|
isNodeOnlyBuild: true,
|
||||||
|
@ -267,7 +267,6 @@ export class JsPsych {
|
|||||||
) {
|
) {
|
||||||
plugins.map((plugin) => {
|
plugins.map((plugin) => {
|
||||||
let pluginCitation = plugin["info"].citation;
|
let pluginCitation = plugin["info"].citation;
|
||||||
console.log(format == "apa" ? pluginCitation.apa : pluginCitation.bibtex);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user