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();
|
||||
console.log(JSON.stringify(citationData.apa));
|
||||
|
||||
/** @type{import("rollup-plugin-esbuild").Options} */
|
||||
const esBuildPluginOptions = {
|
||||
@ -193,7 +192,6 @@ export const makeCoreRollupConfig = () =>
|
||||
* Returns the rollup configuration for Node.js-only packages
|
||||
*/
|
||||
export const makeNodeRollupConfig = () => {
|
||||
console.log("jspsych Roll up config called");
|
||||
return makeConfig({
|
||||
globalOptions: { external: ["jspsych"] },
|
||||
isNodeOnlyBuild: true,
|
||||
|
@ -267,7 +267,6 @@ export class JsPsych {
|
||||
) {
|
||||
plugins.map((plugin) => {
|
||||
let pluginCitation = plugin["info"].citation;
|
||||
console.log(format == "apa" ? pluginCitation.apa : pluginCitation.bibtex);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user